nixpkgs-suyu/pkgs/development/libraries/mbedtls/3.nix
Raphael Robatsch 100cad4858 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.
2022-12-07 19:58:09 +00:00

6 lines
133 B
Nix

{ callPackage }:
callPackage ./generic.nix {
version = "3.2.1";
hash = "sha256-+M36NvFe4gw2PRbld/2JV3yBGrqK6soWcmrSEkUNcrc=";
}