melange: 0.31.0 -> 0.31.1

This commit is contained in:
R. Ryantm
2025-09-06 09:10:02 +00:00
parent a50c9f77d2
commit d353651e11
+2 -2
View File
@@ -7,13 +7,13 @@
buildGoModule rec {
pname = "melange";
version = "0.31.0";
version = "0.31.1";
src = fetchFromGitHub {
owner = "chainguard-dev";
repo = "melange";
rev = "v${version}";
hash = "sha256-tNMnS0fq7uqIbfQkjj84SA3L4EFGvnRjIOHRZBptK5M=";
hash = "sha256-yCBzeGvGKjYFTkWSPGuFSDH4j+NhfooZgTAVkMHTHsI=";
# populate values that require us to use git. By doing this in postFetch we
# can delete .git afterwards and maintain better reproducibility of the src.
leaveDotGit = true;