···7788buildGoModule rec {
99 pname = "apko";
1010- version = "0.27.6";
1010+ version = "0.27.9";
11111212 src = fetchFromGitHub {
1313 owner = "chainguard-dev";
1414 repo = pname;
1515 tag = "v${version}";
1616- hash = "sha256-LoTnAfNw+yA5PtKVXDuxolacLxKbDkT0ZEvrw8TpXnw=";
1616+ hash = "sha256-ET/jzQ8sGQrxn9+3z6gOk57XTj9w9lJnwBK7c2n4s10=";
1717 # populate values that require us to use git. By doing this in postFetch we
1818 # can delete .git afterwards and maintain better reproducibility of the src.
1919 leaveDotGit = true;