pkgs/sliding-sync: bump to 0.99.5

This commit is contained in:
Aaron Bieber 2023-08-02 11:21:47 -06:00
parent ead39dc649
commit 5497f0e7b3
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.4";
version = "0.99.5";
src = fetchFromGitHub {
owner = "matrix-org";
repo = pname;
rev = "v${version}";
hash = "sha256-s7hQ4qCOhkNS8Mc2HZjFqedtj0KqXMAxVMZRIjPyvOA=";
hash = "sha256-L2cWKPVclurOCpyQezHPB+5zYD91EREBXjRYBzjxkII=";
};
vendorHash = "sha256-447P2TbBUEHmHubHiiZCrFVCj2/tmEuYFzLo27UyCk4=";