diff --git a/pkgs/by-name/ap/apko/package.nix b/pkgs/by-name/ap/apko/package.nix index c4c83a74d3f1..5bc0e2d4c6b6 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.27"; + version = "0.30.31"; src = fetchFromGitHub { owner = "chainguard-dev"; repo = "apko"; tag = "v${finalAttrs.version}"; - hash = "sha256-lter7nuNM62J1+unCgnkG7pU6lvNK3LjXS6FaW8NDjY="; + hash = "sha256-/XxG6UadYaeeusgH53NVFjuEriUxkf5A9h2wGdps0NQ="; # 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; @@ -29,7 +29,7 @@ buildGoModule (finalAttrs: { find "$out" -name .git -print0 | xargs -0 rm -rf ''; }; - vendorHash = "sha256-1VKvW34w88Xc5/2h3WrutZK1ziGaLLgwf9bTSSIDF/A="; + vendorHash = "sha256-+rgkyTmuD3OMil5vO9xDcAvNl19JfvqPz3zotDiGPCU="; nativeBuildInputs = [ installShellFiles ]; @@ -60,8 +60,8 @@ buildGoModule (finalAttrs: { ''; checkFlags = [ - # requires networking (apk.chainreg.biz) - "-skip=TestInitDB_ChainguardDiscovery" + # requires networking (apk.chainreg.biz and dl-cdn.alpinelinux.org) + "-skip=TestInitDB_ChainguardDiscovery|TestFetchPackage" ]; postInstall =