mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-17 09:34:36 +00:00
Test-Base: 0.62 -> 0.88
This commit is contained in:
parent
15129c16f3
commit
c9ffd9868a
@ -10380,10 +10380,10 @@ let self = _self // overrides; _self = with self; {
|
|||||||
};
|
};
|
||||||
|
|
||||||
TestBase = buildPerlPackage rec {
|
TestBase = buildPerlPackage rec {
|
||||||
name = "Test-Base-0.62";
|
name = "Test-Base-0.88";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://cpan/authors/id/I/IN/INGY/${name}.tar.gz";
|
url = "mirror://cpan/authors/id/I/IN/INGY/${name}.tar.gz";
|
||||||
sha256 = "1b11xllllp49kkq1wwr57pijqlx1c37nbyssdlszvvhrp6kww363";
|
sha256 = "0fch1cvivnszbnwhpfmwv1rin04j5xkj1n1ylfmlxg6bm72qqdjj";
|
||||||
};
|
};
|
||||||
propagatedBuildInputs = [ Spiffy ];
|
propagatedBuildInputs = [ Spiffy ];
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user