sing-box: 1.11.3 -> 1.11.4

This commit is contained in:
hellodword
2025-02-24 11:57:16 +00:00
parent 1e9fe91787
commit 9df5ff73a8
+2 -2
View File
@@ -12,13 +12,13 @@
buildGoModule rec {
pname = "sing-box";
version = "1.11.3";
version = "1.11.4";
src = fetchFromGitHub {
owner = "SagerNet";
repo = pname;
rev = "v${version}";
hash = "sha256-TaCz3IS+t4v7p/gT19DCP5ARM3nvFqDPGtMv/Vvwmtk=";
hash = "sha256-Zm8hfB5tuOvTi29GZG7AvFKc3CVz8wo+KMxJKhvrSlw=";
};
vendorHash = "sha256-Ix4Pzq+yGfaJNPJnhLGgcCzZ85hGjSU24NffMR3ZSxQ=";