mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-23 04:25:14 +00:00
perlPackages.FFIPlatypus: 2.08 -> 2.09 (#343129)
This commit is contained in:
commit
3a3261791c
@ -9517,10 +9517,10 @@ with self; {
|
||||
|
||||
FFIPlatypus = buildPerlPackage {
|
||||
pname = "FFI-Platypus";
|
||||
version = "2.08";
|
||||
version = "2.09";
|
||||
src = fetchurl {
|
||||
url = "mirror://cpan/authors/id/P/PL/PLICEASE/FFI-Platypus-2.08.tar.gz";
|
||||
hash = "sha256-EbOrEU7ZY1YxzYWzjSKXhuFEv5Sjr5rAnD17s0M2uSQ=";
|
||||
url = "mirror://cpan/authors/id/P/PL/PLICEASE/FFI-Platypus-2.09.tar.gz";
|
||||
hash = "sha256-nTEjEiieeHNbRcMRt6wWqejaCT93m/aUaccK+sTdW2M=";
|
||||
};
|
||||
buildInputs = [ AlienFFI Test2Suite ];
|
||||
propagatedBuildInputs = [ CaptureTiny FFICheckLib ];
|
||||
|
Loading…
Reference in New Issue
Block a user