about summary refs log tree commit diff
path: root/pkgs/development/libraries/mbedtls/2.nix
diff options
context:
space:
mode:
authorRaphael Robatsch <raphael-git@tapesoftware.net>2022-12-04 14:53:16 +0000
committerRaphael Robatsch <raphael-git@tapesoftware.net>2022-12-07 19:58:09 +0000
commit100cad48588f8491afad78e7014791ce88f312b2 (patch)
tree034d4fa3d938d8c3c6270ec9078329fcd61b34b7 /pkgs/development/libraries/mbedtls/2.nix
parent493419b07748381a3cf8786ef790bba383ae31e9 (diff)
mbedtls_3: init at 3.2.1
mbedtls 3 is incompatible with mbedtls 2, so create a new package for
version 3.

Remove comment disabling nixpkgs-update, since the version information
on repology looks correct now.
Diffstat (limited to 'pkgs/development/libraries/mbedtls/2.nix')
-rw-r--r--pkgs/development/libraries/mbedtls/2.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/pkgs/development/libraries/mbedtls/2.nix b/pkgs/development/libraries/mbedtls/2.nix
new file mode 100644
index 0000000000000..ba1f520b08cf4
--- /dev/null
+++ b/pkgs/development/libraries/mbedtls/2.nix
@@ -0,0 +1,6 @@
+{ callPackage }:
+
+callPackage ./generic.nix {
+  version = "2.28.1";
+  hash = "sha256-brbZB3fINDeVWXf50ct4bxYkoBVyD6bBBijZyFQSnyw=";
+}