about summary refs log tree commit diff
path: root/pkgs/development/tools/regclient/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/tools/regclient/default.nix')
-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: {