Merge pull request #123980 from r-ryantm/auto-update/kustomize
kustomize: 4.1.2 -> 4.1.3
This commit is contained in:
commit
cc345ca4d9
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "kustomize";
|
pname = "kustomize";
|
||||||
version = "4.1.2";
|
version = "4.1.3";
|
||||||
# rev is the commit of the tag, mainly for kustomize version command output
|
# rev is the commit of the tag, mainly for kustomize version command output
|
||||||
rev = "9e8e7a7fe99ec9fbf801463e8607928322fc5245";
|
rev = "9e8e7a7fe99ec9fbf801463e8607928322fc5245";
|
||||||
|
|
||||||
@ -17,7 +17,7 @@ buildGoModule rec {
|
|||||||
owner = "kubernetes-sigs";
|
owner = "kubernetes-sigs";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = "kustomize/v${version}";
|
rev = "kustomize/v${version}";
|
||||||
sha256 = "sha256-uomtW6PPs/UHvKRbHToot6kU4YJGLJuet8vJENbwEgI=";
|
sha256 = "sha256-NPWKInDHOoelWqDrUn/AlRItI4e8J6dbBxgLW078ecs=";
|
||||||
};
|
};
|
||||||
|
|
||||||
# TODO: Remove once https://github.com/kubernetes-sigs/kustomize/pull/3708 got merged.
|
# TODO: Remove once https://github.com/kubernetes-sigs/kustomize/pull/3708 got merged.
|
||||||
@ -26,7 +26,7 @@ buildGoModule rec {
|
|||||||
# avoid finding test and development commands
|
# avoid finding test and development commands
|
||||||
sourceRoot = "source/kustomize";
|
sourceRoot = "source/kustomize";
|
||||||
|
|
||||||
vendorSha256 = "sha256-fcsjxtCojahI6ZIcaSG5ubNqlWEC6DnNHtVYwTtbSw4=";
|
vendorSha256 = "sha256-6maEpEPEV436NrVnVlvWV1q6YywGVILXbxn8Z8Ku/hs=";
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Customization of kubernetes YAML configurations";
|
description = "Customization of kubernetes YAML configurations";
|
||||||
|
Loading…
Reference in New Issue
Block a user