libressl: 4.0.0 -> 4.1.0 (#421245)

This commit is contained in:
Franz Pletz
2025-07-03 17:43:42 +02:00
committed by GitHub
2 changed files with 7 additions and 1 deletions
@@ -148,4 +148,9 @@ in
})
];
};
libressl_4_1 = generic {
version = "4.1.0";
hash = "sha256-D3HBa9NL2qzNy5al2UpJIb+2EuxuDrp6gNiFTu/Yu2E=";
};
}
+2 -1
View File
@@ -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;