pkgs/sliding-sync: update to 0.99.13

This commit is contained in:
Aaron Bieber 2023-12-04 07:54:04 -07:00
parent 1456ae5dff
commit bce43a1885
No known key found for this signature in database

View File

@ -6,16 +6,16 @@
with lib;
buildGoModule rec {
pname = "sliding-sync";
version = "0.99.12";
version = "0.99.13";
src = fetchFromGitHub {
owner = "matrix-org";
repo = pname;
rev = "v${version}";
hash = "sha256-7M+Ti1SfurRngXg2oCdLveG6QyjM2BjKnoovJxz7ZOY=";
hash = "sha256-jrsMPFUSdtUs6qG902+oRBGUvFGmhR8/NHCUwB9oVnE=";
};
vendorHash = "sha256-li5kEF7U7KyyMLMhVBqvnLuLXI6QrJl1KeusKrQXo8w=";
vendorHash = "sha256-THjvc0TepIBFOTte7t63Dmadf3HMuZ9m0YzQMI5e5Pw=";
# Note: tests require a postgres install accessible to the current user
doCheck = false;