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.
1 parent 88f17aa commit d7b98e4Copy full SHA for d7b98e4
pkgs/by-name/si/sing-box/package.nix
@@ -12,16 +12,16 @@
12
13
buildGoModule rec {
14
pname = "sing-box";
15
- version = "1.11.4";
+ version = "1.11.5";
16
17
src = fetchFromGitHub {
18
owner = "SagerNet";
19
repo = pname;
20
rev = "v${version}";
21
- hash = "sha256-Zm8hfB5tuOvTi29GZG7AvFKc3CVz8wo+KMxJKhvrSlw=";
+ hash = "sha256-fU7GnkLGeJVA0YagV4faMRIf8t6t/w6u4OnYMio34Sk=";
22
};
23
24
- vendorHash = "sha256-Ix4Pzq+yGfaJNPJnhLGgcCzZ85hGjSU24NffMR3ZSxQ=";
+ vendorHash = "sha256-PZ4V1R3St7MZ5bH9m6wDa192alLbhpC203lsprn0pNc=";
25
26
tags = [
27
"with_quic"
0 commit comments