melange: 0.24.0 -> 0.26.0 (#410778)

authored by Wolfgang Walther and committed by GitHub fc3deaa0 fb0eef47

+2 -2
+2 -2
pkgs/by-name/me/melange/package.nix
··· 7 7 8 8 buildGoModule rec { 9 9 pname = "melange"; 10 - version = "0.24.0"; 10 + version = "0.26.0"; 11 11 12 12 src = fetchFromGitHub { 13 13 owner = "chainguard-dev"; 14 14 repo = "melange"; 15 15 rev = "v${version}"; 16 - hash = "sha256-LlcPkxTeT1jD6PTj22Jn4T6kD8HBuw58LXhEdX5MDtk="; 16 + hash = "sha256-tdZsroG5rwOr+rMA3PPv/XVK1ubqZAu3v75zEa3wQpY="; 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;