perl-B-Hooks-EndOfScope: 0.13 -> 0.15
This commit is contained in:
parent
482ae6d350
commit
19e1197efa
@ -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 = {
|
||||
|
Loading…
Reference in New Issue
Block a user