kustomize: 1.0.9 -> 1.0.10

Signed-off-by: Vincent Demeester <vincent@sbr.pm>
This commit is contained in:
Vincent Demeester 2018-11-27 17:49:22 +01:00
parent 128a446c59
commit 2d5908f89b
No known key found for this signature in database
GPG Key ID: 083CC6FD6EB699A3

View File

@ -3,9 +3,9 @@
buildGoPackage rec { buildGoPackage rec {
name = "kustomize-${version}"; name = "kustomize-${version}";
version = "1.0.9"; version = "1.0.10";
# rev is the 1.0.8 commit, mainly for kustomize version command output # rev is the 1.0.10 commit, mainly for kustomize version command output
rev = "ec86b30d2b01a8fa62e645f024f26bfea5dcd30d"; rev = "383b3e798b7042f8b7431f93e440fb85631890a3";
goPackagePath = "sigs.k8s.io/kustomize"; goPackagePath = "sigs.k8s.io/kustomize";
@ -17,7 +17,7 @@ buildGoPackage rec {
''; '';
src = fetchFromGitHub { src = fetchFromGitHub {
sha256 = "06a0iic8sp745q71bh0k2zbcdhppp85bx9c3fwwr4wl77dlybz4f"; sha256 = "1z78d5j2w78x4ks4v745050g2ffmirj03v7129dib2lfhfjra8aj";
rev = "v${version}"; rev = "v${version}";
repo = "kustomize"; repo = "kustomize";
owner = "kubernetes-sigs"; owner = "kubernetes-sigs";