From 1cd8f4923c58138932d7a0dd3188791de9217700 Mon Sep 17 00:00:00 2001 From: Aaron Bieber Date: Thu, 27 Apr 2023 07:32:56 -0600 Subject: [PATCH] pkgs/sliding-sync: update to 0.99.2 --- 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 ee13bb4..c83e42f 100644 --- a/pkgs/sliding-sync.nix +++ b/pkgs/sliding-sync.nix @@ -2,16 +2,16 @@ with lib; buildGoModule rec { pname = "sliding-sync"; - version = "0.99.1"; + version = "0.99.2"; src = fetchFromGitHub { owner = "matrix-org"; repo = pname; rev = "v${version}"; - hash = "sha256-g1yMGb8taToEFG6N057yPcdZB855r0f6EwnJ98FIiic="; + hash = "sha256-QbTCr1dsJX8nlLE3PhevBbLv1dnvLTMkOiKgTeThlKw="; }; - vendorHash = "sha256-FmibAVjKeJUrMSlhoE7onLoa4EVjQvjDI4oU4PB5LBE="; + vendorHash = "sha256-EIFUuWwpNUtWy6lSNeIEwe3gjyb3yq/WRJEND9YhQjs="; # Note: tests require a postgres install accessible to the current user doCheck = false;