File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1111
1212buildGoModule ( 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 ;
You can’t perform that action at this time.
0 commit comments