100cad4858
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.
6 lines
133 B
Nix
6 lines
133 B
Nix
{ callPackage }:
|
|
|
|
callPackage ./generic.nix {
|
|
version = "3.2.1";
|
|
hash = "sha256-+M36NvFe4gw2PRbld/2JV3yBGrqK6soWcmrSEkUNcrc=";
|
|
}
|