From 09eda63b5f92b32ccc8b15f8faa7e1123c7cf187 Mon Sep 17 00:00:00 2001 From: Aaron Bieber Date: Fri, 10 May 2024 08:22:54 -0600 Subject: [PATCH] pkgs/sliding-sync: update to 0.99.17 --- pkgs/sliding-sync.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/sliding-sync.nix b/pkgs/sliding-sync.nix index 052d16f..de6e65a 100644 --- a/pkgs/sliding-sync.nix +++ b/pkgs/sliding-sync.nix @@ -6,13 +6,13 @@ with lib; buildGoModule rec { pname = "sliding-sync"; - version = "0.99.16"; + version = "0.99.17"; src = fetchFromGitHub { owner = "matrix-org"; repo = pname; rev = "v${version}"; - hash = "sha256-RMA6Nwdajd1ABaNGq4iGNhX+/FCVy8HcNPpcW/mWtcc="; + hash = "sha256-tzhz2Jlhvn2blO5jdWNS++V28kNXmmg+a2BU7g5zTx0="; }; vendorHash = "sha256-THjvc0TepIBFOTte7t63Dmadf3HMuZ9m0YzQMI5e5Pw=";