We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0c7f9d1 + d58fdc7 commit e62ef35Copy full SHA for e62ef35
pkgs/by-name/hy/hysteria/package.nix
@@ -6,16 +6,16 @@
6
}:
7
buildGoModule rec {
8
pname = "hysteria";
9
- version = "2.6.0";
+ version = "2.6.1";
10
11
src = fetchFromGitHub {
12
owner = "apernet";
13
repo = pname;
14
rev = "app/v${version}";
15
- hash = "sha256-EdqFushE/G0kWOkks7m2nSQ9wXq1p1HjebSgb5tAzmo=";
+ hash = "sha256-0vd1cV2E07EntiOE0wHrSe4e/SRqbFrXhyBRFGxU7xY=";
16
};
17
18
- vendorHash = "sha256-P4BiWeGZCI/8zehAt+5OEZhQcA9usw+OSum9gEl/gSU=";
+ vendorHash = "sha256-YFFhsBRWL1Rn+z8awRQiy6/5IEqD1f9CjAeIqfzrwu4=";
19
proxyVendor = true;
20
21
ldflags =
0 commit comments