From e94fa51007c9a51ac233e4fcfca09249102f74c5 Mon Sep 17 00:00:00 2001 From: Quentin Dufour Date: Thu, 16 Mar 2023 12:31:38 +0100 Subject: [PATCH] update nixuniverse --- kaniko.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kaniko.nix b/kaniko.nix index 77f60c0..7e02371 100644 --- a/kaniko.nix +++ b/kaniko.nix @@ -7,7 +7,7 @@ pkgs.buildGoModule rec { owner = "GoogleContainerTools"; repo = "kaniko"; rev = "v${version}"; - sha256 = "sha256-TXgzO/NfLXVo5a7yyO3XYSk+9H1CwMF+vwbRx3kchQ8="; + sha256 = "sha256-sPICsDgkijQ7PyeTWQgT553toc4/rWPPo7SY3ptX82U="; }; vendorSha256 = null;