libressl: 4.0.0 -> 4.1.0 (#421245)
This commit is contained in:
@@ -148,4 +148,9 @@ in
|
||||
})
|
||||
];
|
||||
};
|
||||
|
||||
libressl_4_1 = generic {
|
||||
version = "4.1.0";
|
||||
hash = "sha256-D3HBa9NL2qzNy5al2UpJIb+2EuxuDrp6gNiFTu/Yu2E=";
|
||||
};
|
||||
}
|
||||
|
||||
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user