ocamlPackages.fileutils: 0.5.1 -> 0.5.2
This commit is contained in:
parent
c4a156ed45
commit
460f640a5d
@ -1,11 +1,11 @@
|
|||||||
{ stdenv, fetchurl, ocaml, findlib, ocamlbuild, ounit }:
|
{ stdenv, fetchurl, ocaml, findlib, ocamlbuild, ounit }:
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "ocaml-fileutils-0.5.1";
|
name = "ocaml-fileutils-0.5.2";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = https://forge.ocamlcore.org/frs/download.php/1651/ocaml-fileutils-0.5.1.tar.gz;
|
url = https://forge.ocamlcore.org/frs/download.php/1695/ocaml-fileutils-0.5.2.tar.gz;
|
||||||
sha256 = "0g6zx2rcvacklxyli19ixcf6ich9ipxsps4k3jz98f5zlaab0a7g";
|
sha256 = "06l8hva3jmb2b7n4aa84dhhh1lr2mj8632gz4q83glc00khkn1vv";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ ocaml findlib ocamlbuild ounit ];
|
buildInputs = [ ocaml findlib ocamlbuild ounit ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user