From e7a179637633542baa6a65d553a39d4b628f4705 Mon Sep 17 00:00:00 2001 From: emilylange Date: Fri, 30 May 2025 21:10:56 +0200 Subject: [PATCH] apko: 0.27.6 -> 0.27.9 https://github.com/chainguard-dev/apko/releases/tag/v0.27.7 https://github.com/chainguard-dev/apko/releases/tag/v0.27.9 diff: https://github.com/chainguard-dev/apko/compare/v0.27.6...v0.27.9 Note that upstream tagged 0.27.8 but did not release 0.27.9. Both 0.27.8 and 0.27.9 point to the same commit, however. --- pkgs/development/tools/apko/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/tools/apko/default.nix b/pkgs/development/tools/apko/default.nix index 8cd0fc0e2ee2..4b9cb5946964 100644 --- a/pkgs/development/tools/apko/default.nix +++ b/pkgs/development/tools/apko/default.nix @@ -7,13 +7,13 @@ buildGoModule rec { pname = "apko"; - version = "0.27.6"; + version = "0.27.9"; src = fetchFromGitHub { owner = "chainguard-dev"; repo = pname; tag = "v${version}"; - hash = "sha256-LoTnAfNw+yA5PtKVXDuxolacLxKbDkT0ZEvrw8TpXnw="; + hash = "sha256-ET/jzQ8sGQrxn9+3z6gOk57XTj9w9lJnwBK7c2n4s10="; # populate values that require us to use git. By doing this in postFetch we # can delete .git afterwards and maintain better reproducibility of the src. leaveDotGit = true;