Unverified Commit eb44d494 authored by Franz Pletz's avatar Franz Pletz Committed by GitHub
Browse files

libressl: 4.0.0 -> 4.1.0 (#421245)

parents 14fa9beb 928af85c
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -148,4 +148,9 @@ in
      })
    ];
  };

  libressl_4_1 = generic {
    version = "4.1.0";
    hash = "sha256-D3HBa9NL2qzNy5al2UpJIb+2EuxuDrp6gNiFTu/Yu2E=";
  };
}
+2 −1
Original line number Diff line number Diff line
@@ -9141,9 +9141,10 @@ with pkgs;
  inherit (callPackages ../development/libraries/libressl { })
    libressl_3_9
    libressl_4_0
    libressl_4_1
    ;

  libressl = libressl_4_0;
  libressl = libressl_4_1;

  openssl = openssl_3_4;