summary refs log tree commit diff
path: root/pkgs/development/interpreters/perl
diff options
context:
space:
mode:
authorStig Palmquist <stig@stig.io>2021-01-21 10:21:06 +0100
committerStig Palmquist <stig@stig.io>2021-01-21 12:34:55 +0100
commitfc8a3104064074e0302376dc8a9d5143baa5cb3b (patch)
tree8daa1b232c80c1c1255dffc615d3f54bfa2ac476 /pkgs/development/interpreters/perl
parentf217c0ea7c148ddc0103347051555c7c252dcafb (diff)
downloadnixpkgs-fc8a3104064074e0302376dc8a9d5143baa5cb3b.tar
nixpkgs-fc8a3104064074e0302376dc8a9d5143baa5cb3b.tar.gz
nixpkgs-fc8a3104064074e0302376dc8a9d5143baa5cb3b.tar.bz2
nixpkgs-fc8a3104064074e0302376dc8a9d5143baa5cb3b.tar.lz
nixpkgs-fc8a3104064074e0302376dc8a9d5143baa5cb3b.tar.xz
nixpkgs-fc8a3104064074e0302376dc8a9d5143baa5cb3b.tar.zst
nixpkgs-fc8a3104064074e0302376dc8a9d5143baa5cb3b.zip
perldevel: 5.33.5 -> 5.33.6, perl-cross: b444794 -> 4c55233
Diffstat (limited to 'pkgs/development/interpreters/perl')
-rw-r--r--pkgs/development/interpreters/perl/default.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/development/interpreters/perl/default.nix b/pkgs/development/interpreters/perl/default.nix
index 6b7d1d4d99c..9268667c793 100644
--- a/pkgs/development/interpreters/perl/default.nix
+++ b/pkgs/development/interpreters/perl/default.nix
@@ -174,11 +174,11 @@ let
       priority = 6; # in `buildEnv' (including the one inside `perl.withPackages') the library files will have priority over files in `perl`
     };
   } // optionalAttrs (stdenv.buildPlatform != stdenv.hostPlatform) rec {
-    crossVersion = "b4447944a0aeff9590dc023d64f8ddf3de7669fb"; # Dec 22, 2020
+    crossVersion = "4c55233ae95a6aef4d93291fe8ad12709b11e575"; # Jan 21, 2021
 
     perl-cross-src = fetchurl {
       url = "https://github.com/arsv/perl-cross/archive/${crossVersion}.tar.gz";
-      sha256 = "1cignplkb29kcvkfwshakyij71w8srlfqbnb9pla98vya6r82rnb";
+      sha256 = "04bxn43ir7b4c2bb1z1l71l93hrysjv00h879nm70m99q6vxq2hc";
     };
 
     depsBuildBuild = [ buildPackages.stdenv.cc makeWrapper ];
@@ -214,7 +214,7 @@ in {
   perldevel = common {
     perl = pkgs.perldevel;
     buildPerl = buildPackages.perldevel;
-    version = "5.33.5";
-    sha256 = "04iprc8qz6vpbgzqgwja5rc3csvmgq1rnnnl382l39hy69fsdqpr";
+    version = "5.33.6";
+    sha256 = "1fx6b2q7wzd0xwy7qkmkvd5bdm09d3zfnynrb6afl9ghd8ww56fv";
   };
 }