3
0
Fork 0
forked from mirrors/nixpkgs

perl-B-Hooks-EndOfScope: 0.13 -> 0.15

This commit is contained in:
Pascal Wittmann 2015-09-17 13:45:26 +02:00
parent 482ae6d350
commit 19e1197efa

View file

@ -512,11 +512,11 @@ let self = _self // overrides; _self = with self; {
inherit (pkgs) db;
};
BHooksEndOfScope = buildPerlPackage {
name = "B-Hooks-EndOfScope-0.13";
BHooksEndOfScope = buildPerlPackage rec {
name = "B-Hooks-EndOfScope-0.15";
src = fetchurl {
url = mirror://cpan/authors/id/E/ET/ETHER/B-Hooks-EndOfScope-0.13.tar.gz;
sha256 = "1f5d0lbkwf23dfjn60g6fynmjhy5rxdyxcpdfb07srm73qpg2zpi";
url = "mirror://cpan/authors/id/E/ET/ETHER/${name}.tar.gz";
sha256 = "0bllq4077hxbdsh31r3cwpm6mzmc0247rrg1lr7rk7flscif8bhj";
};
propagatedBuildInputs = [ ModuleImplementation ModuleRuntime SubExporterProgressive ];
meta = {