Merge pull request #51069 from vdemeester/update-kustomize
kustomize: 1.0.9 -> 1.0.10
This commit is contained in:
commit
71b49f220b
@ -3,9 +3,9 @@
|
||||
|
||||
buildGoPackage rec {
|
||||
name = "kustomize-${version}";
|
||||
version = "1.0.9";
|
||||
# rev is the 1.0.8 commit, mainly for kustomize version command output
|
||||
rev = "ec86b30d2b01a8fa62e645f024f26bfea5dcd30d";
|
||||
version = "1.0.10";
|
||||
# rev is the 1.0.10 commit, mainly for kustomize version command output
|
||||
rev = "383b3e798b7042f8b7431f93e440fb85631890a3";
|
||||
|
||||
goPackagePath = "sigs.k8s.io/kustomize";
|
||||
|
||||
@ -17,7 +17,7 @@ buildGoPackage rec {
|
||||
'';
|
||||
|
||||
src = fetchFromGitHub {
|
||||
sha256 = "06a0iic8sp745q71bh0k2zbcdhppp85bx9c3fwwr4wl77dlybz4f";
|
||||
sha256 = "1z78d5j2w78x4ks4v745050g2ffmirj03v7129dib2lfhfjra8aj";
|
||||
rev = "v${version}";
|
||||
repo = "kustomize";
|
||||
owner = "kubernetes-sigs";
|
||||
|
Loading…
Reference in New Issue
Block a user