Skip to content

Commit

Permalink
xray-knife: 2.11.16 -> 2.12.17
Browse files Browse the repository at this point in the history
  • Loading branch information
markpash committed Aug 9, 2024
1 parent 70590c6 commit 0d2433d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions go/xray-knife.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,19 @@

buildGoModule rec {
pname = "xray-knife";
version = "2.11.16";
version = "2.12.17";

src = fetchFromGitHub {
owner = "lilendian0x00";
repo = "xray-knife";
rev = "v${version}";
hash = "sha256-MdiqX21X7VMyh8L+SBKcXTCUVE9d1EpXcPy5IqQL4oc=";
hash = "sha256-O5mB49fEulurduauWise4cvH1nWATX4JHSD6WLZfsME=";
};

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

vendorHash = "sha256-sp+IUP5c1+vZyD4jh+uj8vW/MCv/LxEeePwr7VLYtb4=";
vendorHash = "sha256-AzHPtZIydi+O+r8sK0SN1WNFp6cOxuLrDVb8+DL4JM0=";

ldflags = [
"-s"
Expand Down

0 comments on commit 0d2433d

Please sign in to comment.