pkgs/sliding-sync: update to 0.99.14

This commit is contained in:
Aaron Bieber 2024-01-08 07:17:04 -07:00
parent c22c726853
commit 6232e05948
No known key found for this signature in database

View File

@ -6,13 +6,13 @@
with lib;
buildGoModule rec {
pname = "sliding-sync";
version = "0.99.13";
version = "0.99.14";
src = fetchFromGitHub {
owner = "matrix-org";
repo = pname;
rev = "v${version}";
hash = "sha256-jrsMPFUSdtUs6qG902+oRBGUvFGmhR8/NHCUwB9oVnE=";
hash = "sha256-C6osjpmz6cpqtzi2GEkLgNeXsF/Cfj9p1pPqYqxVg3Y=";
};
vendorHash = "sha256-THjvc0TepIBFOTte7t63Dmadf3HMuZ9m0YzQMI5e5Pw=";