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 77
88buildGoModule rec {
99 pname = "melange" ;
10- version = "0.23.9 " ;
10+ version = "0.23.11 " ;
1111
1212 src = fetchFromGitHub {
1313 owner = "chainguard-dev" ;
1414 repo = pname ;
1515 rev = "v${ version } " ;
16- hash = "sha256-HJNB3SCy54v9Tvc6qXT3jisWcqhUCT0evjJxjCltazc =" ;
16+ hash = "sha256-HMFCvewIBnqugIAi4tYnoLBp2Czk74D4kzfdRD5Aocw =" ;
1717 # populate values that require us to use git. By doing this in postFetch we
1818 # can delete .git afterwards and maintain better reproducibility of the src.
1919 leaveDotGit = true ;
@@ -26,7 +26,7 @@ buildGoModule rec {
2626 '' ;
2727 } ;
2828
29- vendorHash = "sha256-uxEQR6NuNJDtjXY5nPBkVU/1ExpdvTGOIpMTRjz68I8 =" ;
29+ vendorHash = "sha256-Kfs6f4aB+5SrqVVAsbuZm2i3TCWa00PwLMnInHmpPAs =" ;
3030
3131 subPackages = [ "." ] ;
3232
You can’t perform that action at this time.
0 commit comments