File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1010 testers ,
1111} :
1212
13- ocamlPackages . buildDunePackage rec {
13+ ocamlPackages . buildDunePackage ( finalAttrs : {
1414 pname = "soupault" ;
1515 version = "5.2.0" ;
1616
1717 minimalOCamlVersion = "5.3" ;
1818
1919 src = fetchzip {
2020 urls = [
21- "https://github.com/PataphysicalSociety/soupault/archive/${ version } .tar.gz"
22- "https://codeberg.org/PataphysicalSociety/soupault/archive/${ version } .tar.gz"
21+ "https://github.com/PataphysicalSociety/soupault/archive/${ finalAttrs . version } .tar.gz"
22+ "https://codeberg.org/PataphysicalSociety/soupault/archive/${ finalAttrs . version } .tar.gz"
2323 ] ;
2424 hash = "sha256-BuQ2yQzf6PpK6HUfuHDscgKkOBttCrs0zTh37hMUR6E=" ;
2525 } ;
@@ -71,4 +71,4 @@ ocamlPackages.buildDunePackage rec {
7171 maintainers = with lib . maintainers ; [ toastal ] ;
7272 mainProgram = "soupault" ;
7373 } ;
74- }
74+ } )
You can’t perform that action at this time.
0 commit comments