File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 66
77buildGoModule 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
You can’t perform that action at this time.
0 commit comments