matrix-sliding-sync: 0.99.6 -> 0.99.7
https://github.com/matrix-org/sliding-sync/releases/tag/v0.99.7 diff: https://github.com/matrix-org/sliding-sync/compare/v0.99.6...v0.99.7
This commit is contained in:
parent
1c7948a780
commit
2216e64839
1 changed files with 3 additions and 3 deletions
|
@ -5,16 +5,16 @@
|
|||
|
||||
buildGoModule rec {
|
||||
pname = "matrix-sliding-sync";
|
||||
version = "0.99.6";
|
||||
version = "0.99.7";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "matrix-org";
|
||||
repo = "sliding-sync";
|
||||
rev = "v${version}";
|
||||
hash = "sha256-t0TlmoqXaKR5PrR0vlsLU84yBdXPXmE63n6p4sMvHhs=";
|
||||
hash = "sha256-LSxh7dvw4B0hVcIzbknIpXGOWZYEs+cjO9w4xJxkZps=";
|
||||
};
|
||||
|
||||
vendorHash = "sha256-9bJ6B9/jq7q5oJGULRPoNVJiqoO+2E2QQKORy4rt6Xw=";
|
||||
vendorHash = "sha256-JYSpjAgIvQFpYmOTifRXHVB6bSrukqSVhmAAmHylPbQ=";
|
||||
|
||||
subPackages = [ "cmd/syncv3" ];
|
||||
|
||||
|
|
Loading…
Reference in a new issue