libressl_2_9: init at 2.9.0

wip/yesman
Franz Pletz 6 years ago
parent 949dc60acc
commit 51c8e01676
No known key found for this signature in database
GPG Key ID: 846FDED7792617B4
  1. 5
      pkgs/development/libraries/libressl/default.nix
  2. 3
      pkgs/top-level/all-packages.nix

@ -44,4 +44,9 @@ in {
version = "2.8.3";
sha256 = "0xw4z4z6m7lyf1r4m2w2w1k7as791c04ygnfk4d7d0ki0h9hnr4v";
};
libressl_2_9 = generic {
version = "2.9.0";
sha256 = "1x1wl6b449m6hfhyxxzxbf2v8yfb5q92q6d01hdg28xp1222jpzb";
};
}

@ -11860,7 +11860,8 @@ in
inherit (callPackages ../development/libraries/libressl { })
libressl_2_7
libressl_2_8;
libressl_2_8
libressl_2_9;
libressl = libressl_2_8;

Loading…
Cancel
Save