Skip to content

Commit

Permalink
mihomo: 1.18.5 -> 1.18.6
Browse files Browse the repository at this point in the history
  • Loading branch information
markpash committed Aug 9, 2024
1 parent 964bd88 commit f6d003a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions go/mihomo.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,19 @@

buildGoModule rec {
pname = "mihomo";
version = "1.18.5";
version = "1.18.6";

src = fetchFromGitHub {
owner = "MetaCubeX";
repo = "mihomo";
rev = "v${version}";
hash = "sha256-YNnZ/wlOzmTAD76py4CRlClPi2S1b4PaanCfT/Q426A=";
hash = "sha256-h/H5T9UBCp/gXM+c5muRs8luz3LoHofBGwP3jofQ9Qg=";
};

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

vendorHash = "sha256-yBQ4Nt03VS2em6vkzMa1WH9jHc6pwdlW0tt9cth55oQ=";
vendorHash = "sha256-lBHL4vD+0JDOlc6SWFsj0cerE/ypImoh8UFbL736SmA=";

tags = [
"with_gvisor"
Expand Down

0 comments on commit f6d003a

Please sign in to comment.