Skip to content

Commit

Permalink
hysteria: 2.5.1 -> 2.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
markpash committed Nov 14, 2024
1 parent 5bb4325 commit 94e96e3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions go/hysteria.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

buildGoModule rec {
pname = "hysteria";
version = "2.5.1";
version = "2.5.2";

src = fetchFromGitHub {
owner = "apernet";
repo = "hysteria";
rev = "app/v${version}";
hash = "sha256-ynG06sthqsKNGJdraHg8EkWNENfiv7E0O33wTKy2QG4=";
hash = "sha256-ClWbA3cjQXK8tzXfmApBQ+TBnbRc6f36G1iIFcNQi7o=";
};

sourceRoot = "source/app";
Expand All @@ -17,7 +17,7 @@ buildGoModule rec {
env.GOWORK = "off";
hardeningDisable = [ "pie" ];

vendorHash = "sha256-WegS8WUqVR4CUPAfy0grVVIpdmB0wnW4KRPh+N3DKOc=";
vendorHash = "sha256-IKcgfyeiQ+JbeKdnpM+MfEJ5hcAPMn0rLhsLqbcmXSY=";

ldflags = [
"-s"
Expand Down

0 comments on commit 94e96e3

Please sign in to comment.