apko: 0.27.6 -> 0.27.9 (#409792)

authored by Emily and committed by GitHub 5d9fbbfd caef6cdd

+2 -2
+2 -2
pkgs/development/tools/apko/default.nix
··· 7 7 8 8 buildGoModule rec { 9 9 pname = "apko"; 10 - version = "0.27.6"; 10 + version = "0.27.9"; 11 11 12 12 src = fetchFromGitHub { 13 13 owner = "chainguard-dev"; 14 14 repo = pname; 15 15 tag = "v${version}"; 16 - hash = "sha256-LoTnAfNw+yA5PtKVXDuxolacLxKbDkT0ZEvrw8TpXnw="; 16 + hash = "sha256-ET/jzQ8sGQrxn9+3z6gOk57XTj9w9lJnwBK7c2n4s10="; 17 17 # populate values that require us to use git. By doing this in postFetch we 18 18 # can delete .git afterwards and maintain better reproducibility of the src. 19 19 leaveDotGit = true;