Unverified Commit b7c478e7 authored by Vladimír Čunát's avatar Vladimír Čunát
Browse files

Merge #238443: pkgs/top-level/release: cache openssl-1.1.1u

parents 03ddc757 69a2b23a
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -220,7 +220,9 @@ let

in {


  # If you do upgrade here, please update in pkgs/top-level/release.nix
  # the permitted insecure version to ensure it gets cached for our users
  # and backport this to stable release (23.05).
  openssl_1_1 = common {
    version = "1.1.1u";
    sha256 = "sha256-4vjYS1I+7NBse+diaDA3AwD7zBU4a/UULXJ1j2lj68Y=";
+1 −1
Original line number Diff line number Diff line
@@ -26,7 +26,7 @@
      # for no real reason.
      # Remove them for 23.11.
      "nodejs-16.20.0"
      "openssl-1.1.1t"
      "openssl-1.1.1u"
    ];
  }; }
}: