3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #237487 from QJoly/kaniko

kaniko: 1.10.0 -> 1.11.0
This commit is contained in:
Pol Dellaiera 2023-06-13 12:37:45 +02:00 committed by GitHub
commit a8a76bb718
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,13 +9,13 @@
buildGoModule rec {
pname = "kaniko";
version = "1.10.0";
version = "1.11.0";
src = fetchFromGitHub {
owner = "GoogleContainerTools";
repo = "kaniko";
rev = "v${version}";
hash = "sha256-SPHayFfYFpg1AOoe003xh7NGQLpvhd1C2k4IilgMqSw=";
hash = "sha256-p/mGobQyn5e7TpqjarVT7qBgYDWtX1VgXq814O8mTmI=";
};
vendorHash = null;
@ -47,7 +47,7 @@ buildGoModule rec {
homepage = "https://github.com/GoogleContainerTools/kaniko";
license = lib.licenses.asl20;
platforms = lib.platforms.linux;
maintainers = with lib.maintainers; [ jk ];
maintainers = with lib.maintainers; [ jk qjoly ];
mainProgram = "executor";
};
}