pkgs/sliding-sync: 0.99.9 -> 0.99.10

This commit is contained in:
Aaron Bieber 2023-09-07 07:28:56 -06:00
parent 2ecb506495
commit f82f6098da
No known key found for this signature in database

View File

@ -7,13 +7,13 @@
with lib;
buildGoModule rec {
pname = "sliding-sync";
version = "0.99.9";
version = "0.99.10";
src = fetchFromGitHub {
owner = "matrix-org";
repo = pname;
rev = "v${version}";
hash = "sha256-ksXNyllev0GqKmbq3fMQ4bv3YsvUMzgpsu45zmwyLFs=";
hash = "sha256-TjChelGVicA59q6iIIDTI7nSj8KtjpA4bfZqsfoiOQg=";
};
vendorHash = "sha256-E3nCcw6eTKKcL55ls6n5pYlRFffsefsN0G1Hwd49uh8=";