Merge pull request #315495 from r-ryantm/auto-update/melange

melange: 0.8.0 -> 0.8.1
This commit is contained in:
Weijia Wang 2024-06-04 22:18:11 +02:00 committed by GitHub
commit e54347c47d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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;