tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
ocamlPackages.fileutils: 0.5.2 -> 0.5.3
Vincent Laporte
8 years ago
16eef54e
bb038283
+3
-3
1 changed file
expand all
collapse all
unified
split
pkgs
development
ocaml-modules
fileutils
default.nix
+3
-3
pkgs/development/ocaml-modules/fileutils/default.nix
···
1
{ stdenv, fetchurl, ocaml, findlib, ocamlbuild, ounit }:
2
3
stdenv.mkDerivation {
4
-
name = "ocaml-fileutils-0.5.2";
5
6
src = fetchurl {
7
-
url = https://forge.ocamlcore.org/frs/download.php/1695/ocaml-fileutils-0.5.2.tar.gz;
8
-
sha256 = "06l8hva3jmb2b7n4aa84dhhh1lr2mj8632gz4q83glc00khkn1vv";
9
};
10
11
buildInputs = [ ocaml findlib ocamlbuild ounit ];
···
1
{ stdenv, fetchurl, ocaml, findlib, ocamlbuild, ounit }:
2
3
stdenv.mkDerivation {
4
+
name = "ocaml${ocaml.version}-fileutils-0.5.3";
5
6
src = fetchurl {
7
+
url = https://forge.ocamlcore.org/frs/download.php/1728/ocaml-fileutils-0.5.3.tar.gz;
8
+
sha256 = "1rc4cqlvdhbs55i85zfbfhz938fsy4fj6kwlkfm3ra7bpwn8bmpd";
9
};
10
11
buildInputs = [ ocaml findlib ocamlbuild ounit ];