tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
ocamlPackages.prettym: 0.0.2 → 0.0.3
Vincent Laporte
3 years ago
9854e75d
c242ed6e
+6
-7
1 changed file
expand all
collapse all
unified
split
pkgs
development
ocaml-modules
prettym
default.nix
+6
-7
pkgs/development/ocaml-modules/prettym/default.nix
reviewed
···
1
1
{ alcotest
2
2
, base64
3
3
-
, bigarray-compat
4
3
, bigarray-overlap
5
4
, bigstringaf
6
5
, buildDunePackage
7
7
-
, fetchzip
6
6
+
, fetchurl
8
7
, fmt
9
8
, jsonm
10
9
, ke
···
14
13
15
14
buildDunePackage rec {
16
15
pname = "prettym";
17
17
-
version = "0.0.2";
16
16
+
version = "0.0.3";
18
17
19
19
-
src = fetchzip {
18
18
+
src = fetchurl {
20
19
url = "https://github.com/dinosaure/prettym/releases/download/${version}/prettym-${version}.tbz";
21
21
-
sha256 = "03x7jh62mvzc6x2d8xsy456qa6iphw72zm7jmqrakpmsy6zcf2lb";
20
20
+
hash = "sha256-kXDxoRref02YpYSlvlK7a5FBX5ccbnWJQzG0axi5jwk=";
22
21
};
23
22
24
24
-
useDune2 = true;
23
23
+
duneVersion = "3";
24
24
+
minimalOCamlVersion = "4.08";
25
25
26
26
propagatedBuildInputs = [
27
27
-
bigarray-compat
28
27
bigarray-overlap
29
28
bigstringaf
30
29
fmt