mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-14 13:39:15 +03:00
conduktor-ctl: 0.5.0 -> 0.5.1
This commit is contained in:
parent
5a4399c60d
commit
e5c5583abb
1 changed files with 2 additions and 2 deletions
|
@ -8,13 +8,13 @@
|
||||||
}:
|
}:
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "conduktor-ctl";
|
pname = "conduktor-ctl";
|
||||||
version = "0.5.0";
|
version = "0.5.1";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "conduktor";
|
owner = "conduktor";
|
||||||
repo = "ctl";
|
repo = "ctl";
|
||||||
rev = "refs/tags/v${version}";
|
rev = "refs/tags/v${version}";
|
||||||
hash = "sha256-8FsYkwYAXmfLKdFmg6t8DSQkx+/EpGxKX7l+k+ey8MA=";
|
hash = "sha256-u2WnFpVEN5tvVFyzPlIH68eUYVutJl2oTJKOwyxm18M=";
|
||||||
};
|
};
|
||||||
|
|
||||||
vendorHash = "sha256-kPCBzLU6aH6MNlKZcKKFcli99ZmdOtPV5+5gxPs5GH4=";
|
vendorHash = "sha256-kPCBzLU6aH6MNlKZcKKFcli99ZmdOtPV5+5gxPs5GH4=";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue