File tree Expand file tree Collapse file tree
development/ocaml-modules/smtml Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1010} :
1111
1212let
13- ocamlPackages = ocaml-ng . ocamlPackages_5_1 ;
13+ ocamlPackages = ocaml-ng . ocamlPackages_5_2 ;
1414in
1515ocamlPackages . buildDunePackage rec {
1616 pname = "owi" ;
17- version = "0.2-unstable-2025-05-05 " ;
17+ version = "0.2-unstable-2025-07-08 " ;
1818
1919 src = fetchFromGitHub {
2020 owner = "ocamlpro" ;
2121 repo = "owi" ;
22- rev = "e4c2e85f1364714a77a925ec29321cf9b8fe90f4 " ;
22+ rev = "bcd7d362ed165c542deb2d49da1d45296aa03277 " ;
2323 fetchSubmodules = true ;
24- hash = "sha256-ewaAkSyxtiiE8WcHusOyZDesqI61kCEN3pMb99R7Dkw =" ;
24+ hash = "sha256-611k9CQx0C3QKR4NZpnr77LoBZSFBEdU0uRnZshO1cc =" ;
2525 } ;
2626
2727 nativeBuildInputs = with ocamlPackages ; [
@@ -32,9 +32,9 @@ ocamlPackages.buildDunePackage rec {
3232 llvmPackages . clang-unwrapped
3333 # lld + llc isn't included in unwrapped, so we pull it in here
3434 llvmPackages . bintools-unwrapped
35+ makeWrapper
3536 rustc
3637 zig
37- makeWrapper
3838 ] ;
3939
4040 buildInputs = with ocamlPackages ; [
@@ -46,14 +46,11 @@ ocamlPackages.buildDunePackage rec {
4646 dune-site
4747 hc
4848 integers
49- menhir
5049 menhirLib
5150 ocaml_intrinsics
5251 patricia-tree
5352 prelude
5453 processor
55- pyml
56- re2
5754 scfg
5855 sedlex
5956 smtml
Original file line number Diff line number Diff line change 2525
2626buildDunePackage rec {
2727 pname = "smtml" ;
28- version = "0.7 .0" ;
28+ version = "0.8 .0" ;
2929
3030 src = fetchFromGitHub {
3131 owner = "formalsec" ;
3232 repo = "smtml" ;
3333 tag = "v${ version } " ;
34- hash = "sha256-QxVORnu28mcs54ZEPMxI5Bch/+/gkIfn0bTqrnSKUOw =" ;
34+ hash = "sha256-gmYyVUkwXBqGKGhp6Pqdf2PJafUJ1hF96WxOLq1h2f8 =" ;
3535 } ;
3636
3737 nativeBuildInputs = [
You can’t perform that action at this time.
0 commit comments