fileutils: 0.5.0 -> 0.5.1
Fixes a bug with copying symlinks
This commit is contained in:
parent
af33b23de3
commit
03568b327e
@ -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.0";
|
name = "ocaml-fileutils-0.5.1";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = https://forge.ocamlcore.org/frs/download.php/1531/ocaml-fileutils-0.5.0.tar.gz;
|
url = https://forge.ocamlcore.org/frs/download.php/1651/ocaml-fileutils-0.5.1.tar.gz;
|
||||||
sha256 = "0xs96nlrrm335mcsgsxnqzspiqyfn26b0jjxm72br7c7ax534n47";
|
sha256 = "0g6zx2rcvacklxyli19ixcf6ich9ipxsps4k3jz98f5zlaab0a7g";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ ocaml findlib ocamlbuild ounit ];
|
buildInputs = [ ocaml findlib ocamlbuild ounit ];
|
||||||
|
Loading…
Reference in New Issue
Block a user