mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 17:03:01 +00:00
matrix-sliding-sync: 0.99.4 -> 0.99.5
https://github.com/matrix-org/sliding-sync/releases/tag/v0.99.5 diff: https://github.com/matrix-org/sliding-sync/compare/v0.99.4...v0.99.5
This commit is contained in:
parent
9e1960bc19
commit
c0745c298e
@ -5,13 +5,13 @@
|
||||
|
||||
buildGoModule rec {
|
||||
pname = "matrix-sliding-sync";
|
||||
version = "0.99.4";
|
||||
version = "0.99.5";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "matrix-org";
|
||||
repo = "sliding-sync";
|
||||
rev = "v${version}";
|
||||
hash = "sha256-s7hQ4qCOhkNS8Mc2HZjFqedtj0KqXMAxVMZRIjPyvOA=";
|
||||
hash = "sha256-L2cWKPVclurOCpyQezHPB+5zYD91EREBXjRYBzjxkII=";
|
||||
};
|
||||
|
||||
vendorHash = "sha256-447P2TbBUEHmHubHiiZCrFVCj2/tmEuYFzLo27UyCk4=";
|
||||
|
Loading…
Reference in New Issue
Block a user