about summary refs log tree commit diff
path: root/pkgs/by-name/re
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2024-05-26 13:20:28 -0400
committerGitHub <noreply@github.com>2024-05-26 13:20:28 -0400
commit5439ec8bd13937e3964ca663b5b30decd32bc876 (patch)
tree3c7a9b4bb9eaa772d747fa922a3f5bccc6e198b9 /pkgs/by-name/re
parent1529d0b9a332b0c1fe9bb2374474f74316016151 (diff)
parentbd7ccc7a7d64b4959b29f641931ce68b5cc1bbb9 (diff)
Merge pull request #314575 from sikmir/reproxy
reproxy: 1.1.1 → 1.2.2
Diffstat (limited to 'pkgs/by-name/re')
-rw-r--r--pkgs/by-name/re/reproxy/package.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/by-name/re/reproxy/package.nix b/pkgs/by-name/re/reproxy/package.nix
index f90ad1246cf85..c41334aa6be57 100644
--- a/pkgs/by-name/re/reproxy/package.nix
+++ b/pkgs/by-name/re/reproxy/package.nix
@@ -2,13 +2,13 @@
 
 buildGoModule rec {
   pname = "reproxy";
-  version = "1.1.1";
+  version = "1.2.2";
 
   src = fetchFromGitHub {
     owner = "umputun";
     repo = "reproxy";
     rev = "v${version}";
-    hash = "sha256-/ydpqi7O4z41YxYb/RngPWk/79h3MIxAopzqIDMgw1g=";
+    hash = "sha256-UQ20mP+7AsrkNN+tvaRb8BcpHu76bpmswtR2PL4/JsE=";
   };
 
   vendorHash = null;
@@ -19,7 +19,7 @@ buildGoModule rec {
 
   checkFlags = [
     # Requires network access or fluky
-    "-skip=^Test(_MainWithPlugin|_MainWithSSL|_Main|Http_matchHandler|Http_withBasicAuth|File_Events|File_Events_BusyListener)$"
+    "-skip=^Test(_MainWithPlugin|_MainWithSSL|_Main|Http_health|Http_matchHandler|Http_withBasicAuth|File_Events|File_Events_BusyListener)$"
   ];
 
   postInstall = ''