Skip to content

Commit

Permalink
perl-File-LibMagic: 1.15 -> 1.16
Browse files Browse the repository at this point in the history
  • Loading branch information
rycee committed Oct 27, 2017
1 parent bea3425 commit f5c74a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/top-level/perl-packages.nix
Expand Up @@ -5535,10 +5535,10 @@ let self = _self // overrides; _self = with self; {
};

FileLibMagic = buildPerlPackage rec {
name = "File-LibMagic-1.15";
name = "File-LibMagic-1.16";
src = fetchurl {
url = "mirror://cpan/authors/id/D/DR/DROLSKY/${name}.tar.gz";
sha256 = "2c7fb54912caf2c22d06b02d6a88edad970e0f8b017634dc30eec46e53763e84";
sha256 = "c8a695fac1454f52e18e2e1b624c0647cf117326014023dda69fa3e1a5f33d60";
};
buildInputs = [ TestFatal pkgs.file ];
makeMakerFlags = "--lib=${pkgs.file}/lib";
Expand Down

0 comments on commit f5c74a2

Please sign in to comment.