Skip to content

Commit

Permalink
skaffold: 1.13.1 -> 1.13.2
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Aug 24, 2020
1 parent ddfa221 commit 593d4b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/tools/skaffold/default.nix
Expand Up @@ -2,7 +2,7 @@

buildGoPackage rec {
pname = "skaffold";
version = "1.13.1";
version = "1.13.2";

goPackagePath = "github.com/GoogleContainerTools/skaffold";
subPackages = ["cmd/skaffold"];
Expand All @@ -19,7 +19,7 @@ buildGoPackage rec {
owner = "GoogleContainerTools";
repo = "skaffold";
rev = "v${version}";
sha256 = "1v6napcpx8k45s8w55lbxahfc1p0qlvl597zgb4dzyg9w67fwnqk";
sha256 = "0xicf4bf52fnnwaimxrxv16x15lcmw12a5rrl0xjm4p059jnvy54";
};

nativeBuildInputs = [ installShellFiles ];
Expand Down

0 comments on commit 593d4b9

Please sign in to comment.