regclient: 0.5.7 -> 0.6.1

This commit is contained in:
Maxime Brunet
2024-05-19 12:23:46 -07:00
parent 40c21be908
commit 4db7a776d2
+8 -3
View File
@@ -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: {