Skip to content

Commit f468ba6

Browse files
authored
apko: 0.29.1 -> 0.29.2 (#423155)
2 parents aa57338 + 6766db4 commit f468ba6

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

pkgs/by-name/ap/apko/package.nix

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@
1111

1212
buildGoModule (finalAttrs: {
1313
pname = "apko";
14-
version = "0.29.1";
14+
version = "0.29.2";
1515

1616
src = fetchFromGitHub {
1717
owner = "chainguard-dev";
1818
repo = "apko";
1919
tag = "v${finalAttrs.version}";
20-
hash = "sha256-PRT29c7WqjkWR4hqzzz8ek5IytsS3ntDlPQ/tzpARCk=";
20+
hash = "sha256-szUOl5nKrra7Vvyfcd60/Oy/QFiXZpGJR2gtw3lriKE=";
2121
# populate values that require us to use git. By doing this in postFetch we
2222
# can delete .git afterwards and maintain better reproducibility of the src.
2323
leaveDotGit = true;
@@ -29,7 +29,7 @@ buildGoModule (finalAttrs: {
2929
find "$out" -name .git -print0 | xargs -0 rm -rf
3030
'';
3131
};
32-
vendorHash = "sha256-j7f9cbcbX4PdaRxg5lare6aRz1B5lCfj2RSvs+XOfe4=";
32+
vendorHash = "sha256-gN8lAmLJmoGQA0l62d4EPx2w2SbhUwbNYhIcyAamaqU=";
3333

3434
nativeBuildInputs = [ installShellFiles ];
3535

@@ -85,7 +85,7 @@ buildGoModule (finalAttrs: {
8585

8686
meta = {
8787
homepage = "https://apko.dev/";
88-
changelog = "https://github.com/chainguard-dev/apko/blob/main/NEWS.md";
88+
changelog = "https://github.com/chainguard-dev/apko/releases/tag/v${finalAttrs.version}";
8989
description = "Build OCI images using APK directly without Dockerfile";
9090
mainProgram = "apko";
9191
license = lib.licenses.asl20;

0 commit comments

Comments
 (0)