Merge pull request #310638 from NixOS/backport-307103-to-release-23.11

[Backport release-23.11] matrix-sliding-sync: 0.99.15 -> 0.99.16
This commit is contained in:
Emily
2024-05-10 21:53:52 +02:00
committed by GitHub

View File

@@ -5,13 +5,13 @@
buildGoModule rec {
pname = "matrix-sliding-sync";
version = "0.99.15";
version = "0.99.16";
src = fetchFromGitHub {
owner = "matrix-org";
repo = "sliding-sync";
rev = "refs/tags/v${version}";
hash = "sha256-9JYR9fBxtv+3E+l+l26jryqEstnOUm657VsKsDRzD9g=";
hash = "sha256-RMA6Nwdajd1ABaNGq4iGNhX+/FCVy8HcNPpcW/mWtcc=";
};
vendorHash = "sha256-THjvc0TepIBFOTte7t63Dmadf3HMuZ9m0YzQMI5e5Pw=";