From 626292547cac3cef3221d3e06ff1c8361769dd64 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Sat, 3 Jun 2023 13:02:20 +0000 Subject: [PATCH] reproxy: 0.11.0 -> 1.0.0 --- pkgs/servers/reproxy/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/servers/reproxy/default.nix b/pkgs/servers/reproxy/default.nix index 4de4859c67c5..6192a492f2b8 100644 --- a/pkgs/servers/reproxy/default.nix +++ b/pkgs/servers/reproxy/default.nix @@ -2,13 +2,13 @@ buildGoModule rec { pname = "reproxy"; - version = "0.11.0"; + version = "1.0.0"; src = fetchFromGitHub { owner = "umputun"; repo = pname; rev = "v${version}"; - hash = "sha256-3kpGeG60WSpcIqVLw437gkDT8XLsDyhGL8/sEnhTgBw="; + hash = "sha256-ac4fOOMht2WGlrXLN95NEIA8ivqghhVuxHnBumvajx0="; }; postPatch = '' @@ -25,7 +25,7 @@ buildGoModule rec { --replace "TestFile_Events_BusyListener" "SkipFile_Events_BusyListener" ''; - vendorSha256 = null; + vendorHash = null; ldflags = [ "-s" "-w" "-X main.revision=${version}"