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