pkgs/sliding-sync: update to 0.99.19

This commit is contained in:
Aaron Bieber 2024-06-28 14:09:46 -06:00
parent b97ba0ac2e
commit c53bfdc335
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.18";
version = "0.99.19";
src = fetchFromGitHub {
owner = "matrix-org";
repo = pname;
rev = "v${version}";
hash = "sha256-zqqCgmzea25H1wcvgIb4hIV3maReL9tmNxvo9JsSlZk=";
hash = "sha256-w4VL+MioNeJ/R48Ln9tYaqlfg7NvT3mQs0dWOZTHQK4=";
};
vendorHash = "sha256-THjvc0TepIBFOTte7t63Dmadf3HMuZ9m0YzQMI5e5Pw=";