matrix-sliding-sync: 0.99.9 -> 0.99.10

https://github.com/matrix-org/sliding-sync/releases/tag/v0.99.10
diff: https://github.com/matrix-org/sliding-sync/compare/v0.99.9...v0.99.10
(cherry picked from commit 7b15fbcf2c)
This commit is contained in:
emilylange
2023-09-07 15:47:46 +02:00
committed by Yaya
parent 5139659b0b
commit ac10e5941e

View File

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