[cpan2nix] perlPackages.FileNFSLock: 1.21 -> 1.27

This commit is contained in:
volth 2018-04-07 07:51:53 +00:00
parent e0525fde26
commit 6a84ca4807

View File

@ -5713,10 +5713,10 @@ let self = _self // overrides; _self = with self; {
};
FileNFSLock = buildPerlPackage {
name = "File-NFSLock-1.21";
name = "File-NFSLock-1.27";
src = fetchurl {
url = mirror://cpan/authors/id/B/BB/BBB/File-NFSLock-1.21.tar.gz;
sha256 = "1kclhmyha2xijq49darlz82f3bn7gq3saycxpfiz3dndqhr5i9iz";
url = mirror://cpan/authors/id/B/BB/BBB/File-NFSLock-1.27.tar.gz;
sha256 = "0hhh3cmbby98b1xh64dvj31wqcr9hsk1zqrq3ci8fjd4xb7xch8g";
};
meta = {
maintainers = with maintainers; [ ];