libressl_3_1: init at 3.1.1

This commit is contained in:
Ruud van Asseldonk 2020-05-19 21:44:04 +02:00
parent 72066757c8
commit 5a287e7102
2 changed files with 7 additions and 1 deletions

View File

@ -79,4 +79,9 @@ in {
version = "3.0.2";
sha256 = "13ir2lpxz8y1m151k7lrx306498nzfhwlvgkgv97v5cvywmifyyz";
};
libressl_3_1 = generic {
version = "3.1.1";
sha256 = "006vnr14499fdsvyy0ddpvcn13habymfxxvmqk2aybispdgcximx";
};
}

View File

@ -14000,7 +14000,8 @@ in
inherit (callPackages ../development/libraries/libressl { })
libressl_2_9
libressl_3_0;
libressl_3_0
libressl_3_1;
libressl = libressl_3_0;