Skip to content

Commit

Permalink
perl-File-Modified: 0.07 -> 0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
timor authored and rycee committed Sep 9, 2017
1 parent 8aa0618 commit e480b4b
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions pkgs/top-level/perl-packages.nix
Expand Up @@ -5528,11 +5528,16 @@ let self = _self // overrides; _self = with self; {
};
};

FileModified = buildPerlPackage {
name = "File-Modified-0.07";
FileModified = buildPerlPackage rec {
name = "File-Modified-0.10";
src = fetchurl {
url = mirror://cpan/authors/id/C/CO/CORION/File-Modified-0.07.tar.gz;
sha256 = "11zkg171fa5vdbyrbfcay134hhgyf4yaincjxwspwznrfmkpi49h";
url = "mirror://cpan/authors/id/N/NE/NEILB/${name}.tar.gz";
sha256 = "6b50b1aab6ec6998a017f6403c2735b3bc1e1cf46187bd134d7eb6df3fc45144";
};
meta = {
homepage = https://github.com/neilbowers/File-Modified;
description = "Checks intelligently if files have changed";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
};
};

Expand Down

0 comments on commit e480b4b

Please sign in to comment.