melange: 0.8.0 -> 0.8.1

This commit is contained in:
R. Ryantm
2024-05-29 02:54:38 +00:00
parent fb2cf0194e
commit 6af616875f
+2 -2
View File
@@ -6,13 +6,13 @@
buildGoModule rec {
pname = "melange";
version = "0.8.0";
version = "0.8.1";
src = fetchFromGitHub {
owner = "chainguard-dev";
repo = pname;
rev = "v${version}";
hash = "sha256-l2KVy3E1JkVPmRPLNSagjlWpkW3wTF4NylWrSwUW/fQ=";
hash = "sha256-P5PnferNVBLx5MVVo2dpEWl1ggH6bgtdRZ8So02K5G0=";
# 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;