forked from mirrors/nixpkgs
regctl: 0.4.5 -> 0.4.7
This commit is contained in:
parent
6290a4f91a
commit
95e89adfb7
|
@ -4,16 +4,16 @@ let bins = [ "regbot" "regctl" "regsync" ]; in
|
||||||
|
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "regclient";
|
pname = "regclient";
|
||||||
version = "0.4.5";
|
version = "0.4.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-WyjVJp0JVwLitz46YjPGpR/+AjLhjgqTRqabCB9VhHw=";
|
sha256 = "sha256-BPMdBTtH2uZ6x6sQe7SDe+WcLQrr8gqOka2OnLSA1kU=";
|
||||||
};
|
};
|
||||||
vendorSha256 = "sha256-QTeVgvjRw2wBd8QGoVpRVTTh+Wwu2NEZYR1Z9R52/p0=";
|
vendorHash = "sha256-lDazAGhNzguDzMLHYz2dbk8Jp7VKhV2ULqdXMa+WFPg=";
|
||||||
|
|
||||||
outputs = [ "out" ] ++ bins;
|
outputs = [ "out" ] ++ bins;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue