Commit c1b7ab81 authored by R. RyanTM's avatar R. RyanTM
Browse files

kaniko: 1.9.2 -> 1.10.0

parent dc7b6163
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,13 +9,13 @@

buildGoModule rec {
  pname = "kaniko";
  version = "1.9.2";
  version = "1.10.0";

  src = fetchFromGitHub {
    owner = "GoogleContainerTools";
    repo = "kaniko";
    rev = "v${version}";
    hash = "sha256-dXQ0/o1qISv+sjNVIpfF85bkbM9sGOGwqVbWZpMWfMY=";
    hash = "sha256-SPHayFfYFpg1AOoe003xh7NGQLpvhd1C2k4IilgMqSw=";
  };

  vendorHash = null;