pkgs/sliding-sync: update to 0.99.17

This commit is contained in:
Aaron Bieber 2024-05-10 08:22:54 -06:00
parent 85901284c5
commit 09eda63b5f
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.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=";