Merge pull request #286937 from r-ryantm/auto-update/regctl

regctl: 0.5.6 -> 0.5.7
This commit is contained in:
Nick Cao 2024-02-07 08:41:01 -05:00 committed by GitHub
commit 0b201d915e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4,16 +4,16 @@ let bins = [ "regbot" "regctl" "regsync" ]; in
buildGoModule rec {
pname = "regclient";
version = "0.5.6";
version = "0.5.7";
tag = "v${version}";
src = fetchFromGitHub {
owner = "regclient";
repo = "regclient";
rev = tag;
sha256 = "sha256-axsqz+STfymiyoi90r/pFhe8FK/Gu2Lbzv7K2/uQZlk=";
sha256 = "sha256-GT8SJg24uneEbV8WY8Wl2w3lxqLJ7pFCa+654ksBfG4=";
};
vendorHash = "sha256-A7IVbOYF4vNz3lzdhVEgx+sOe1GoaXAWGyvhj6xwagU=";
vendorHash = "sha256-cxydurN45ovb4XngG4L/K6L+QMfsaRBZhfLYzKohFNY=";
outputs = [ "out" ] ++ bins;