tangled
alpha
login
or
join now
tjh.dev
/
nixpkgs
Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
0
fork
atom
overview
issues
pulls
pipelines
ocaml-batteries: 2.4.0 -> 2.5.2 (#15424)
vbgl
9 years ago
2d727237
6d1fe178
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
development
ocaml-modules
batteries
default.nix
+2
-2
pkgs/development/ocaml-modules/batteries/default.nix
···
1
{ stdenv, fetchzip, ocaml, findlib, qtest }:
2
3
-
let version = "2.4.0"; in
4
5
stdenv.mkDerivation {
6
name = "ocaml-batteries-${version}";
7
8
src = fetchzip {
9
url = "https://github.com/ocaml-batteries-team/batteries-included/archive/v${version}.tar.gz";
10
-
sha256 = "0bxp5d05w1igwh9vcgvhd8sd6swf2ddsjphw0mkakdck9afnimmd";
11
};
12
13
buildInputs = [ ocaml findlib qtest ];
···
1
{ stdenv, fetchzip, ocaml, findlib, qtest }:
2
3
+
let version = "2.5.2"; in
4
5
stdenv.mkDerivation {
6
name = "ocaml-batteries-${version}";
7
8
src = fetchzip {
9
url = "https://github.com/ocaml-batteries-team/batteries-included/archive/v${version}.tar.gz";
10
+
sha256 = "01v7sp8vsqlfrmpji5pkrsjl43r3q8hk1a4z4lmyy9y2i0fqwl07";
11
};
12
13
buildInputs = [ ocaml findlib qtest ];