1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

kustomize: 1.0.8 -> 1.0.9

This commit is contained in:
Periklis Tsirakidis 2018-10-26 11:03:28 +02:00
parent e438125d97
commit f2c4ad2376

View file

@ -3,9 +3,9 @@
buildGoPackage rec {
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 = "58492e2d83c59ed63881311f46ad6251f77dabc3";
rev = "ec86b30d2b01a8fa62e645f024f26bfea5dcd30d";
goPackagePath = "sigs.k8s.io/kustomize";
@ -17,7 +17,7 @@ buildGoPackage rec {
'';
src = fetchFromGitHub {
sha256 = "0y6dqwhm7lczjy0zk2fnc1i43lvnjhcvihvm7qknky05z9f0v8bx";
sha256 = "06a0iic8sp745q71bh0k2zbcdhppp85bx9c3fwwr4wl77dlybz4f";
rev = "v${version}";
repo = "kustomize";
owner = "kubernetes-sigs";
@ -32,6 +32,6 @@ buildGoPackage rec {
'';
homepage = https://github.com/kubernetes-sigs/kustomize;
license = licenses.asl20;
maintainers = [ maintainers.carlosdagos maintainers.vdemeester ];
maintainers = with maintainers; [ carlosdagos vdemeester periklis ];
};
}