kustomize: 1.0.8 -> 1.0.9
This commit is contained in:
parent
e438125d97
commit
f2c4ad2376
@ -3,9 +3,9 @@
|
|||||||
|
|
||||||
buildGoPackage rec {
|
buildGoPackage rec {
|
||||||
name = "kustomize-${version}";
|
name = "kustomize-${version}";
|
||||||
version = "1.0.8";
|
version = "1.0.9";
|
||||||
# rev is the 1.0.8 commit, mainly for kustomize version command output
|
# rev is the 1.0.8 commit, mainly for kustomize version command output
|
||||||
rev = "58492e2d83c59ed63881311f46ad6251f77dabc3";
|
rev = "ec86b30d2b01a8fa62e645f024f26bfea5dcd30d";
|
||||||
|
|
||||||
goPackagePath = "sigs.k8s.io/kustomize";
|
goPackagePath = "sigs.k8s.io/kustomize";
|
||||||
|
|
||||||
@ -17,7 +17,7 @@ buildGoPackage rec {
|
|||||||
'';
|
'';
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
sha256 = "0y6dqwhm7lczjy0zk2fnc1i43lvnjhcvihvm7qknky05z9f0v8bx";
|
sha256 = "06a0iic8sp745q71bh0k2zbcdhppp85bx9c3fwwr4wl77dlybz4f";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
repo = "kustomize";
|
repo = "kustomize";
|
||||||
owner = "kubernetes-sigs";
|
owner = "kubernetes-sigs";
|
||||||
@ -32,6 +32,6 @@ buildGoPackage rec {
|
|||||||
'';
|
'';
|
||||||
homepage = https://github.com/kubernetes-sigs/kustomize;
|
homepage = https://github.com/kubernetes-sigs/kustomize;
|
||||||
license = licenses.asl20;
|
license = licenses.asl20;
|
||||||
maintainers = [ maintainers.carlosdagos maintainers.vdemeester ];
|
maintainers = with maintainers; [ carlosdagos vdemeester periklis ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user