Skip to content

Commit

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

buildGoModule rec {
pname = "shadowsocks-xray-plugin";
version = "1.8.11";
version = "1.8.12";

src = fetchFromGitHub {
owner = "teddysun";
repo = "xray-plugin";
rev = "v${version}";
hash = "sha256-79Sjgg8wLG6N2eUtRNqV55Uxe2fDpSU1EIXOcRk5i9U=";
hash = "sha256-U/2LsOz5yVcQ93gY1rjV955YJF8ci6nE/1Em5Cg+xBA=";
};

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

vendorHash = "sha256-ctMRGSvo+S0jgFWJGtAxt1xtMlKEjO/HgwHd8pjlVsU=";
vendorHash = "sha256-sYkoLmLWOV/QKkAn+TMFWRlLyvmJ3El592Bqchi8bD0=";

ldflags = [
"-s"
Expand Down

0 comments on commit 70590c6

Please sign in to comment.