Merge pull request #286937 from r-ryantm/auto-update/regctl
regctl: 0.5.6 -> 0.5.7
This commit is contained in:
commit
0b201d915e
@ -4,16 +4,16 @@ let bins = [ "regbot" "regctl" "regsync" ]; in
|
|||||||
|
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "regclient";
|
pname = "regclient";
|
||||||
version = "0.5.6";
|
version = "0.5.7";
|
||||||
tag = "v${version}";
|
tag = "v${version}";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "regclient";
|
owner = "regclient";
|
||||||
repo = "regclient";
|
repo = "regclient";
|
||||||
rev = tag;
|
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;
|
outputs = [ "out" ] ++ bins;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user