Skip to content

Commit a21c18a

Browse files
momeemtvbgl
authored andcommitted
1 parent e75ddef commit a21c18a

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

pkgs/development/ocaml-modules/bigstringaf/default.nix

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,23 +4,25 @@
44
buildDunePackage,
55
alcotest,
66
pkg-config,
7+
dune-configurator,
78
}:
89

910
buildDunePackage rec {
1011
pname = "bigstringaf";
11-
version = "0.9.0";
12+
version = "0.10.0";
1213

1314
minimalOCamlVersion = "4.08";
14-
duneVersion = "3";
1515

1616
src = fetchFromGitHub {
1717
owner = "inhabitedtype";
1818
repo = pname;
1919
rev = version;
20-
hash = "sha256-HXPjnE56auy2MI6HV2XuBX/VeqsO50HFzTul17lKEqE=";
20+
hash = "sha256-p1hdB3ArOd2UX7S6YvXCFbYjEiXdMDmBaC/lFQgua7Q=";
2121
};
2222

2323
nativeBuildInputs = [ pkg-config ];
24+
buildInputs = [ dune-configurator ];
25+
2426
checkInputs = [ alcotest ];
2527
doCheck = true;
2628

0 commit comments

Comments
 (0)