tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
ocamlPackages.bigstringaf: use Dune 3
Vincent Laporte
2 years ago
b9821fbd
7bbbb27a
+2
-1
1 changed file
expand all
collapse all
unified
split
pkgs
development
ocaml-modules
bigstringaf
default.nix
+2
-1
pkgs/development/ocaml-modules/bigstringaf/default.nix
···
5
5
version = "0.9.0";
6
6
7
7
minimalOCamlVersion = "4.08";
8
8
+
duneVersion = "3";
8
9
9
10
src = fetchFromGitHub {
10
11
owner = "inhabitedtype";
11
12
repo = pname;
12
13
rev = version;
13
13
-
sha256 = "sha256-HXPjnE56auy2MI6HV2XuBX/VeqsO50HFzTul17lKEqE=";
14
14
+
hash = "sha256-HXPjnE56auy2MI6HV2XuBX/VeqsO50HFzTul17lKEqE=";
14
15
};
15
16
16
17
nativeBuildInputs = [ pkg-config ];