Skip to content

Commit

Permalink
sing-box: 1.10.1 -> 1.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
markpash committed Dec 22, 2024
1 parent a7a673f commit b6945d9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions go/sing-box.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,19 @@

buildGoModule rec {
pname = "sing-box";
version = "1.10.1";
version = "1.10.2";

src = fetchFromGitHub {
owner = "SagerNet";
repo = "sing-box";
rev = "v${version}";
hash = "sha256-WGlYaD4u9M1hfT+L6Adc5gClIYOkFsn4c9FAympmscQ=";
hash = "sha256-coc5jIpwbX31PT4y5eb7yhspALzTOUeb4VTTq/6vOUE=";
};

CGO_ENABLED = 0;
hardeningDisable = [ "pie" ];

vendorHash = "sha256-lyZ2Up1SSaRGvai0gGtq43MSdHfXc2PuxflSbASYZ4A=";
vendorHash = "sha256-ZuYyBZHUvVMb13JkspgAS+gSA20ZKgNpF3U+m7WcRD8=";

tags = [
"with_gvisor"
Expand Down

0 comments on commit b6945d9

Please sign in to comment.