File tree Expand file tree Collapse file tree
pkgs/development/ocaml-modules/mirage-kv Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{ lib , fetchurl , buildDunePackage
2- , fmt , mirage-device
2+ , fmt
3+ , lwt
34, alcotest
45} :
56
67buildDunePackage rec {
78 pname = "mirage-kv" ;
8- version = "3 .0.1" ;
9+ version = "4 .0.1" ;
910
10- useDune2 = true ;
11+ duneVersion = "3" ;
12+ minimalOCamlVersion = "4.08" ;
1113
1214 src = fetchurl {
13- url = "https://github.com/mirage/mirage-kv/releases/download/v${ version } /mirage-kv-v ${ version } .tbz" ;
14- sha256 = "1n736sjvdd8rkbc2b5jm9sn0w6hvhjycma5328r0l03v24vk5cki " ;
15+ url = "https://github.com/mirage/mirage-kv/releases/download/v${ version } /mirage-kv-${ version } .tbz" ;
16+ hash = "sha256-p6i4zUVgxtTnUiBIjb8W6u9xRTczVl4WwfFcl5tVqnE= " ;
1517 } ;
1618
17- propagatedBuildInputs = [ fmt mirage-device ] ;
19+ propagatedBuildInputs = [ fmt lwt ] ;
1820
1921 doCheck = true ;
2022 checkInputs = [ alcotest ] ;
You can’t perform that action at this time.
0 commit comments