about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorMarcus Ramberg <marcus@means.no>2024-05-20 11:04:18 +0100
committerGitHub <noreply@github.com>2024-05-20 11:04:18 +0100
commit4e5eeae31725eeca5452ad87c06ba349817fb6e0 (patch)
treef788b9150dbfa89b7f7030a80468b3ec65851af5 /pkgs
parent5a1b481b7e7f5acbdbb538a1509ba87a435e1ec6 (diff)
parent4db7a776d26a22a343eb09e6c40d7dc804439e4d (diff)
Merge pull request #312966 from maxbrunet/feat/regclient/0.6.1
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/tools/regclient/default.nix11
1 files changed, 8 insertions, 3 deletions
diff --git a/pkgs/development/tools/regclient/default.nix b/pkgs/development/tools/regclient/default.nix
index 9016f4704bc5b..207060f1ffa8a 100644
--- a/pkgs/development/tools/regclient/default.nix
+++ b/pkgs/development/tools/regclient/default.nix
@@ -12,16 +12,16 @@ let bins = [ "regbot" "regctl" "regsync" ]; in
 
 buildGoModule rec {
   pname = "regclient";
-  version = "0.5.7";
+  version = "0.6.1";
   tag = "v${version}";
 
   src = fetchFromGitHub {
     owner = "regclient";
     repo = "regclient";
     rev = tag;
-    sha256 = "sha256-GT8SJg24uneEbV8WY8Wl2w3lxqLJ7pFCa+654ksBfG4=";
+    sha256 = "sha256-0TeqZeW2HTjHyHyO8EhmOUCaLTq/XpWTPQMKh58VH8M=";
   };
-  vendorHash = "sha256-cxydurN45ovb4XngG4L/K6L+QMfsaRBZhfLYzKohFNY=";
+  vendorHash = "sha256-cKpsgT/YOyNEV8OQdclZnDmGKCrUjNeZCOd0zQ/bvL8=";
 
   outputs = [ "out" ] ++ bins;
 
@@ -52,6 +52,11 @@ buildGoModule rec {
     '')
     bins;
 
+  checkFlags = [
+    # touches network
+    "-skip=^ExampleNew$"
+  ];
+
   passthru.tests = lib.mergeAttrsList (
     map
       (bin: {