We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent af78d76 commit 4bf61abCopy full SHA for 4bf61ab
pkgs/top-level/perl-packages.nix
@@ -5755,10 +5755,10 @@ let self = _self // overrides; _self = with self; {
5755
};
5756
5757
FilterSimple = buildPerlPackage {
5758
- name = "Filter-Simple-0.91";
+ name = "Filter-Simple-0.94";
5759
src = fetchurl {
5760
- url = mirror://cpan/authors/id/S/SM/SMUELLER/Filter-Simple-0.91.tar.gz;
5761
- sha256 = "c75a4945e94ecfe97e1409f49df036700d2e072e288497e205c4d319a80f694d";
+ url = mirror://cpan/authors/id/S/SM/SMUELLER/Filter-Simple-0.94.tar.gz;
+ sha256 = "1lkrgsqaxf595ha1y29gxqqf4kf8cpm5yzr4gg7zngbq1nb0pz6g";
5762
5763
meta = {
5764
description = "Simplified source filtering";
0 commit comments