Merge pull request #110321 from stigtsp/package/perl-5.33.6

perldevel: 5.33.5 -> 5.33.6, perl-cross: b444794 -> 4c55233

authored by Stig and committed by GitHub b8c3cd13 63333a97

+4 -4
+4 -4
pkgs/development/interpreters/perl/default.nix
··· 168 priority = 6; # in `buildEnv' (including the one inside `perl.withPackages') the library files will have priority over files in `perl` 169 }; 170 } // optionalAttrs (stdenv.buildPlatform != stdenv.hostPlatform) rec { 171 - crossVersion = "b4447944a0aeff9590dc023d64f8ddf3de7669fb"; # Dec 22, 2020 172 173 perl-cross-src = fetchurl { 174 url = "https://github.com/arsv/perl-cross/archive/${crossVersion}.tar.gz"; 175 - sha256 = "1cignplkb29kcvkfwshakyij71w8srlfqbnb9pla98vya6r82rnb"; 176 }; 177 178 depsBuildBuild = [ buildPackages.stdenv.cc makeWrapper ]; ··· 208 perldevel = common { 209 perl = pkgs.perldevel; 210 buildPerl = buildPackages.perldevel; 211 - version = "5.33.5"; 212 - sha256 = "04iprc8qz6vpbgzqgwja5rc3csvmgq1rnnnl382l39hy69fsdqpr"; 213 }; 214 }
··· 168 priority = 6; # in `buildEnv' (including the one inside `perl.withPackages') the library files will have priority over files in `perl` 169 }; 170 } // optionalAttrs (stdenv.buildPlatform != stdenv.hostPlatform) rec { 171 + crossVersion = "4c55233ae95a6aef4d93291fe8ad12709b11e575"; # Jan 21, 2021 172 173 perl-cross-src = fetchurl { 174 url = "https://github.com/arsv/perl-cross/archive/${crossVersion}.tar.gz"; 175 + sha256 = "04bxn43ir7b4c2bb1z1l71l93hrysjv00h879nm70m99q6vxq2hc"; 176 }; 177 178 depsBuildBuild = [ buildPackages.stdenv.cc makeWrapper ]; ··· 208 perldevel = common { 209 perl = pkgs.perldevel; 210 buildPerl = buildPackages.perldevel; 211 + version = "5.33.6"; 212 + sha256 = "1fx6b2q7wzd0xwy7qkmkvd5bdm09d3zfnynrb6afl9ghd8ww56fv"; 213 }; 214 }