kubectl-example: 1.0.1 -> 1.1.0

This commit is contained in:
R. Ryantm 2022-01-11 16:32:13 +00:00
parent 231e960963
commit c5648deb83

View file

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "kubectl-example";
version = "1.0.1";
version = "1.1.0";
src = fetchFromGitHub {
owner = "seredot";
repo = pname;
rev = "v${version}";
sha256 = "18vp53cda93qjssxygwqp55yc80a93781839gf3138awngf731yq";
sha256 = "sha256-7tqeIE6Ds8MrLH9k8cdzpeJP9pXVptduoEFE0zdrLlo=";
};
vendorSha256 = null;