Skip to content

Commit d58fdc7

Browse files
committed
hysteria: 2.6.0 -> 2.6.1
1 parent ab36ef1 commit d58fdc7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/hy/hysteria/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,16 @@
66
}:
77
buildGoModule rec {
88
pname = "hysteria";
9-
version = "2.6.0";
9+
version = "2.6.1";
1010

1111
src = fetchFromGitHub {
1212
owner = "apernet";
1313
repo = pname;
1414
rev = "app/v${version}";
15-
hash = "sha256-EdqFushE/G0kWOkks7m2nSQ9wXq1p1HjebSgb5tAzmo=";
15+
hash = "sha256-0vd1cV2E07EntiOE0wHrSe4e/SRqbFrXhyBRFGxU7xY=";
1616
};
1717

18-
vendorHash = "sha256-P4BiWeGZCI/8zehAt+5OEZhQcA9usw+OSum9gEl/gSU=";
18+
vendorHash = "sha256-YFFhsBRWL1Rn+z8awRQiy6/5IEqD1f9CjAeIqfzrwu4=";
1919
proxyVendor = true;
2020

2121
ldflags =

0 commit comments

Comments
 (0)