From c00fe4838ac0030bef811b6400ec4b3361240013 Mon Sep 17 00:00:00 2001 From: emilylange Date: Mon, 5 Jan 2026 23:01:19 +0100 Subject: [PATCH] apko: 0.30.31 -> 0.30.34 https://github.com/chainguard-dev/apko/releases/tag/v0.30.32 https://github.com/chainguard-dev/apko/releases/tag/v0.30.33 https://github.com/chainguard-dev/apko/releases/tag/v0.30.34 diff: https://github.com/chainguard-dev/apko/compare/v0.30.31...v0.30.34 --- pkgs/by-name/ap/apko/package.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/by-name/ap/apko/package.nix b/pkgs/by-name/ap/apko/package.nix index 5bc0e2d4c6b6..f8065398b1f5 100644 --- a/pkgs/by-name/ap/apko/package.nix +++ b/pkgs/by-name/ap/apko/package.nix @@ -11,13 +11,13 @@ buildGoModule (finalAttrs: { pname = "apko"; - version = "0.30.31"; + version = "0.30.34"; src = fetchFromGitHub { owner = "chainguard-dev"; repo = "apko"; tag = "v${finalAttrs.version}"; - hash = "sha256-/XxG6UadYaeeusgH53NVFjuEriUxkf5A9h2wGdps0NQ="; + hash = "sha256-kKYjy3Z5Irel+P2B2Ri6hyPJZ+UuWg7vJypOSN0Rdqw="; # 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; @@ -61,7 +61,7 @@ buildGoModule (finalAttrs: { checkFlags = [ # requires networking (apk.chainreg.biz and dl-cdn.alpinelinux.org) - "-skip=TestInitDB_ChainguardDiscovery|TestFetchPackage" + "-skip=TestInitDB_ChainguardDiscovery|TestFetchPackage|TestLock/apko-discover" ]; postInstall =