From 7c7650957784a1887acef2dfeffa5f6183688f28 Mon Sep 17 00:00:00 2001 From: Aaron Bieber Date: Thu, 9 Nov 2023 10:37:35 -0700 Subject: [PATCH] pkgs/sliding-sync: update to 0.99.12 --- pkgs/sliding-sync.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/sliding-sync.nix b/pkgs/sliding-sync.nix index aa29848..11fac5e 100644 --- a/pkgs/sliding-sync.nix +++ b/pkgs/sliding-sync.nix @@ -6,16 +6,16 @@ with lib; buildGoModule rec { pname = "sliding-sync"; - version = "0.99.11"; + version = "0.99.12"; src = fetchFromGitHub { owner = "matrix-org"; repo = pname; rev = "v${version}"; - hash = "sha256-Wd/nnJhKg+BDyOIz42zEScjzQRrpEq6YG9/9Tk24hgg="; + hash = "sha256-7M+Ti1SfurRngXg2oCdLveG6QyjM2BjKnoovJxz7ZOY="; }; - vendorHash = "sha256-0QSyYhOht1j1tWNxHQh+NUZA/W1xy7ANu+29H/gusOE="; + vendorHash = "sha256-li5kEF7U7KyyMLMhVBqvnLuLXI6QrJl1KeusKrQXo8w="; # Note: tests require a postgres install accessible to the current user doCheck = false;