Skip to content

Commit

Permalink
perlPackages.FFIPlatypus: 2.08 -> 2.09 (NixOS#343129)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcusramberg authored Sep 20, 2024
2 parents c47d1b1 + 8fb923f commit 3a32617
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/top-level/perl-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 ];
Expand Down

0 comments on commit 3a32617

Please sign in to comment.