···78buildGoModule rec {
9 pname = "melange";
10- version = "0.24.0";
1112 src = fetchFromGitHub {
13 owner = "chainguard-dev";
14 repo = "melange";
15 rev = "v${version}";
16- hash = "sha256-LlcPkxTeT1jD6PTj22Jn4T6kD8HBuw58LXhEdX5MDtk=";
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 = "melange";
10+ version = "0.26.0";
1112 src = fetchFromGitHub {
13 owner = "chainguard-dev";
14 repo = "melange";
15 rev = "v${version}";
16+ hash = "sha256-tdZsroG5rwOr+rMA3PPv/XVK1ubqZAu3v75zEa3wQpY=";
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;