summary refs log tree commit diff
path: root/pkgs/development/interpreters/perl
diff options
context:
space:
mode:
authorStig Palmquist <stig@stig.io>2021-09-24 14:51:16 +0200
committerStig Palmquist <stig@stig.io>2021-09-24 14:51:16 +0200
commitc732b861d3a8d5f8d8a042f1190f590dce07a955 (patch)
tree0fcb794f901ca1687cd9e2bb347ea4b74d26dfb3 /pkgs/development/interpreters/perl
parent0686c40309b9fd8e078d91ecba3a6d499896e0aa (diff)
downloadnixpkgs-c732b861d3a8d5f8d8a042f1190f590dce07a955.tar
nixpkgs-c732b861d3a8d5f8d8a042f1190f590dce07a955.tar.gz
nixpkgs-c732b861d3a8d5f8d8a042f1190f590dce07a955.tar.bz2
nixpkgs-c732b861d3a8d5f8d8a042f1190f590dce07a955.tar.lz
nixpkgs-c732b861d3a8d5f8d8a042f1190f590dce07a955.tar.xz
nixpkgs-c732b861d3a8d5f8d8a042f1190f590dce07a955.tar.zst
nixpkgs-c732b861d3a8d5f8d8a042f1190f590dce07a955.zip
perl.perl-cross: 01c176ac0 -> 393821c7
Diffstat (limited to 'pkgs/development/interpreters/perl')
-rw-r--r--pkgs/development/interpreters/perl/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/interpreters/perl/default.nix b/pkgs/development/interpreters/perl/default.nix
index 98de7c71abc..b59900ad0d8 100644
--- a/pkgs/development/interpreters/perl/default.nix
+++ b/pkgs/development/interpreters/perl/default.nix
@@ -170,14 +170,14 @@ 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 = "01c176ac0f57d40cc3b6f8e441062780f073d952"; # Aug 22, 2021
+    crossVersion = "393821c7cf53774233aaf130ff2c8ccec701b0a9"; # Sep 22, 2021
 
     perl-cross-src = fetchFromGitHub {
       name = "perl-cross-${crossVersion}";
       owner = "arsv";
       repo = "perl-cross";
       rev = crossVersion;
-      sha256 = "19mwr1snwl4156rlhn74kmpl1wyc7ahhlrjfpnfcj3n63ic0c56y";
+      sha256 = "1fn35b1773aibi2z54m0mar7114737mvfyp81wkdwhakrmzr5nv1";
     };
 
     depsBuildBuild = [ buildPackages.stdenv.cc makeWrapper ];