[cpan2nix] perlPackages.IOLockedFile: cleanup

This commit is contained in:
volth 2018-04-07 07:52:09 +00:00
parent b3c3c478fa
commit e2ad5cbd29
1 changed files with 1 additions and 1 deletions

View File

@ -7293,7 +7293,7 @@ let self = _self // overrides; _self = with self; {
IOLockedFile = buildPerlPackage rec {
name = "IO-LockedFile-0.23";
src = fetchurl {
url = "mirror://cpan/modules/by-module/IO/${name}.tar.gz";
url = mirror://cpan/authors/id/R/RA/RANI/IO-LockedFile-0.23.tar.gz;
sha256 = "1dgq8zfkaszisdb5hz8jgcl0xc3qpv7bbv562l31xgpiddm7xnxi";
};
};