File tree Expand file tree Collapse file tree 1 file changed +2
-14
lines changed
pkgs/development/tools/ocaml/dune-release Expand file tree Collapse file tree 1 file changed +2
-14
lines changed Original file line number Diff line number Diff line change 33 buildDunePackage ,
44 fetchurl ,
55 makeWrapper ,
6- fetchpatch ,
76 curly ,
87 fmt ,
98 bos ,
4342in
4443buildDunePackage rec {
4544 pname = "dune-release" ;
46- version = "2.0.0" ;
47- duneVersion = "3" ;
48-
49- minimalOCamlVersion = "4.06" ;
45+ version = "2.1.0" ;
5046
5147 src = fetchurl {
5248 url = "https://github.com/ocamllabs/${ pname } /releases/download/${ version } /${ pname } -${ version } .tbz" ;
53- hash = "sha256-u8TgaoeDaDLenu3s1Km/Kh85WHMtvUy7C7Q+OY588Ss =" ;
49+ hash = "sha256-bhDf/zb6mnSB53ibb1yb8Yf1TTmVEu8rb8KUnJieCnY =" ;
5450 } ;
5551
56- patches = [
57- # Update tests for dune 3.14 https://github.com/tarides/dune-release/pull/486
58- ( fetchpatch {
59- url = "https://github.com/tarides/dune-release/commit/fd0e11cb6d9db2acd772f5cadfb94c72bbcf67a8.patch" ;
60- hash = "sha256-At24bduds6UwGKGs8cqOn1qaZKElP9TPMSNPimMd1zQ=" ;
61- } )
62- ] ;
63-
6452 nativeBuildInputs = [ makeWrapper ] ++ runtimeInputs ;
6553 buildInputs = [
6654 curly
You can’t perform that action at this time.
0 commit comments