kustomize: 2.0.1 -> 2.0.3 (#56944)
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
This commit is contained in:
parent
7788f714da
commit
2d4d6181b3
@ -2,9 +2,9 @@
|
|||||||
|
|
||||||
buildGoPackage rec {
|
buildGoPackage rec {
|
||||||
name = "kustomize-${version}";
|
name = "kustomize-${version}";
|
||||||
version = "2.0.1";
|
version = "2.0.3";
|
||||||
# rev is the 2.0.1 commit, mainly for kustomize version command output
|
# rev is the 2.0.3 commit, mainly for kustomize version command output
|
||||||
rev = "ce7e5ee2c30cc5856fea01fe423cf167f2a2d0c3";
|
rev = "a6f65144121d1955266b0cd836ce954c04122dc8";
|
||||||
|
|
||||||
goPackagePath = "sigs.k8s.io/kustomize";
|
goPackagePath = "sigs.k8s.io/kustomize";
|
||||||
|
|
||||||
@ -16,7 +16,7 @@ buildGoPackage rec {
|
|||||||
'';
|
'';
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
sha256 = "1ljllx2gd329lnq6mdsgh8zzr517ji80b0j21pgr23y0xmd43ijf";
|
sha256 = "1dfkpx9rllj1bzm5f52bx404kdds3zx1h38yqri9ha3p3pcb1bbb";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
repo = "kustomize";
|
repo = "kustomize";
|
||||||
owner = "kubernetes-sigs";
|
owner = "kubernetes-sigs";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user