1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

Merge pull request #80295 from Trundle/skaffold-1.3.1

skaffold: 1.2.0 -> 1.3.1
This commit is contained in:
Mario Rodas 2020-02-17 08:11:42 -05:00 committed by GitHub
commit feb08c7123
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,9 +2,9 @@
buildGoPackage rec {
pname = "skaffold";
version = "1.2.0";
# rev is the 1.2.0 commit, mainly for skaffold version command output
rev = "80f82f42fe271aea1058f4a37776d52ab5a7c441";
version = "1.3.1";
# rev is the 1.3.1 commit, mainly for skaffold version command output
rev = "6ba887a42438d1da578a005cf550e618fee6dfb8";
goPackagePath = "github.com/GoogleContainerTools/skaffold";
subPackages = ["cmd/skaffold"];
@ -20,7 +20,7 @@ buildGoPackage rec {
owner = "GoogleContainerTools";
repo = "skaffold";
rev = "v${version}";
sha256 = "17gdxifv3n2kcmz1pvs2ni2llq30zw6dwxgy5crs97h7hjdk29fw";
sha256 = "1ph7qyk5khdinxbhgqhhja8fz8b6q8yz5rj5xh0nwaff4bmlfd99";
};
meta = {