apko: update changelog attr

News file hasn't been updated. Changes are documented in releases.
This commit is contained in:
06kellyjac
2025-07-07 18:26:10 +01:00
parent 7e2b40e025
commit 7c1c76a291
+1 -1
View File
@@ -85,7 +85,7 @@ buildGoModule (finalAttrs: {
meta = {
homepage = "https://apko.dev/";
changelog = "https://github.com/chainguard-dev/apko/blob/main/NEWS.md";
changelog = "https://github.com/chainguard-dev/apko/releases/tag/v${finalAttrs.version}";
description = "Build OCI images using APK directly without Dockerfile";
mainProgram = "apko";
license = lib.licenses.asl20;