Skip to content

Commit

Permalink
Merge pull request NixOS#272038 from NickCao/sing-box
Browse files Browse the repository at this point in the history
sing-box: 1.7.1 -> 1.7.2
  • Loading branch information
NickCao authored Dec 6, 2023
2 parents 745ee32 + 4cbd7d1 commit 9a75197
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/tools/networking/sing-box/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,16 @@

buildGoModule rec {
pname = "sing-box";
version = "1.7.1";
version = "1.7.2";

src = fetchFromGitHub {
owner = "SagerNet";
repo = pname;
rev = "v${version}";
hash = "sha256-5n5AnuJQvw/26X3UWdLvegFhwYzjtS7o0d4cN3c3bfQ=";
hash = "sha256-SaWSmc498eLkWddnsHFpR6BPSbX/VHAlq+X4B7JG3Rk=";
};

vendorHash = "sha256-UvLZY4vMS6dI6z9kPcSzbB/cW/7rfbrlhcWh51q5sak=";
vendorHash = "sha256-Frbv2KD5hJ5HHUdY9mm0aZ9NA5TN1D0am+FhpJZTvr4=";

tags = [
"with_quic"
Expand Down

0 comments on commit 9a75197

Please sign in to comment.