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

melange: 0.8.1 -> 0.8.3
This commit is contained in:
Nick Cao 2024-06-05 15:11:13 -04:00 committed by GitHub
commit abdcc35faa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -6,13 +6,13 @@
buildGoModule rec {
pname = "melange";
version = "0.8.1";
version = "0.8.3";
src = fetchFromGitHub {
owner = "chainguard-dev";
repo = pname;
rev = "v${version}";
hash = "sha256-P5PnferNVBLx5MVVo2dpEWl1ggH6bgtdRZ8So02K5G0=";
hash = "sha256-KVtYVbYqjl8H9R1iDGDdR8ylxRRN6dYlQKGoRFak7f4=";
# 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;
@ -25,7 +25,7 @@ buildGoModule rec {
'';
};
vendorHash = "sha256-+O7SXIf1nCiNsIfhq2xkDqjPBwMsv95gWEZmFwIZ7VE=";
vendorHash = "sha256-jycqOLSHUHDsanFL3/tiWbzEA772OPxFqaq8ZogMTh0=";
subPackages = [ "." ];