From 467cc0103ceaad8ed0df1579f87dd0584039987f Mon Sep 17 00:00:00 2001 From: Mark Pashmfouroush Date: Thu, 14 Nov 2024 00:56:55 +0000 Subject: [PATCH] hysteria: 2.5.2 -> 2.6.0 Diff: https://github.com/apernet/hysteria/compare/app/v2.5.2...v2.6.0 --- go/hysteria.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/go/hysteria.nix b/go/hysteria.nix index 7fd5d15..365f7c1 100644 --- a/go/hysteria.nix +++ b/go/hysteria.nix @@ -2,13 +2,13 @@ buildGoModule rec { pname = "hysteria"; - version = "2.5.2"; + version = "2.6.0"; src = fetchFromGitHub { owner = "apernet"; repo = "hysteria"; rev = "app/v${version}"; - hash = "sha256-ClWbA3cjQXK8tzXfmApBQ+TBnbRc6f36G1iIFcNQi7o="; + hash = "sha256-EdqFushE/G0kWOkks7m2nSQ9wXq1p1HjebSgb5tAzmo="; }; sourceRoot = "source/app"; @@ -17,7 +17,7 @@ buildGoModule rec { env.GOWORK = "off"; hardeningDisable = [ "pie" ]; - vendorHash = "sha256-IKcgfyeiQ+JbeKdnpM+MfEJ5hcAPMn0rLhsLqbcmXSY="; + vendorHash = "sha256-IRdC+imF4MwER9ZSH5vQnm3hu7jqNw5Pfi62JU6Y9l8="; ldflags = [ "-s"