emilylange
2025-12-15 19:23:05 +01:00
parent a5b0add984
commit 708b47e9f3
+5 -5
View File
@@ -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 =