Skip to content

Commit

Permalink
fileutils: 0.5.0 -> 0.5.1
Browse files Browse the repository at this point in the history
Fixes a bug with copying symlinks
  • Loading branch information
maurer authored and vbgl committed Mar 28, 2017
1 parent af33b23 commit 03568b3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/ocaml-modules/fileutils/default.nix
@@ -1,11 +1,11 @@
{ stdenv, fetchurl, ocaml, findlib, ocamlbuild, ounit }:

stdenv.mkDerivation {
name = "ocaml-fileutils-0.5.0";
name = "ocaml-fileutils-0.5.1";

src = fetchurl {
url = https://forge.ocamlcore.org/frs/download.php/1531/ocaml-fileutils-0.5.0.tar.gz;
sha256 = "0xs96nlrrm335mcsgsxnqzspiqyfn26b0jjxm72br7c7ax534n47";
url = https://forge.ocamlcore.org/frs/download.php/1651/ocaml-fileutils-0.5.1.tar.gz;
sha256 = "0g6zx2rcvacklxyli19ixcf6ich9ipxsps4k3jz98f5zlaab0a7g";
};

buildInputs = [ ocaml findlib ocamlbuild ounit ];
Expand Down

0 comments on commit 03568b3

Please sign in to comment.