Skip to content

Commit 7ad3fcb

Browse files
authored
melange: 0.19.3 -> 0.20.0 (#382479)
2 parents 7df7123 + 8988af9 commit 7ad3fcb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/me/melange/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@
66

77
buildGoModule rec {
88
pname = "melange";
9-
version = "0.19.3";
9+
version = "0.20.0";
1010

1111
src = fetchFromGitHub {
1212
owner = "chainguard-dev";
1313
repo = pname;
1414
rev = "v${version}";
15-
hash = "sha256-90Ezv9PM1lFRq4b0ACrc34OteF6P/8DhZy+5kCnInSI=";
15+
hash = "sha256-wSuZHHHLkS0Fr7NaRQpt7raUHeApBFy+C57YiaX6P0s=";
1616
# populate values that require us to use git. By doing this in postFetch we
1717
# can delete .git afterwards and maintain better reproducibility of the src.
1818
leaveDotGit = true;
@@ -25,7 +25,7 @@ buildGoModule rec {
2525
'';
2626
};
2727

28-
vendorHash = "sha256-V1BDcAD84W5n/IOAcO+eMd+LnSe0sgNgBeq95dOl/Us=";
28+
vendorHash = "sha256-Tc+ZpmCsJyuJyQDV6wAiagJ7kMxHxpRLOwLg/+o3P38=";
2929

3030
subPackages = [ "." ];
3131

0 commit comments

Comments
 (0)