mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 17:03:01 +00:00
matrix-sliding-sync: 0.99.5 -> 0.99.6
This release reports the version info inconsistently, because the hardcoded version string has not been updated yet. ``` ❯ result/bin/syncv3 Sync v3 [0.99.5] (v0.99.6) ``` See https://github.com/matrix-org/sliding-sync/blob/v0.99.6/cmd/syncv3/main.go#L29 https://github.com/matrix-org/sliding-sync/releases/tag/v0.99.6 diff: https://github.com/matrix-org/sliding-sync/compare/v0.99.5...v0.99.6
This commit is contained in:
parent
91a22f76cd
commit
0941179894
@ -5,16 +5,16 @@
|
||||
|
||||
buildGoModule rec {
|
||||
pname = "matrix-sliding-sync";
|
||||
version = "0.99.5";
|
||||
version = "0.99.6";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "matrix-org";
|
||||
repo = "sliding-sync";
|
||||
rev = "v${version}";
|
||||
hash = "sha256-L2cWKPVclurOCpyQezHPB+5zYD91EREBXjRYBzjxkII=";
|
||||
hash = "sha256-t0TlmoqXaKR5PrR0vlsLU84yBdXPXmE63n6p4sMvHhs=";
|
||||
};
|
||||
|
||||
vendorHash = "sha256-447P2TbBUEHmHubHiiZCrFVCj2/tmEuYFzLo27UyCk4=";
|
||||
vendorHash = "sha256-9bJ6B9/jq7q5oJGULRPoNVJiqoO+2E2QQKORy4rt6Xw=";
|
||||
|
||||
subPackages = [ "cmd/syncv3" ];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user