mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-05 19:53:43 +00:00
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.
7 lines
133 B
Nix
7 lines
133 B
Nix
{ callPackage }:
|
|
|
|
callPackage ./generic.nix {
|
|
version = "3.2.1";
|
|
hash = "sha256-+M36NvFe4gw2PRbld/2JV3yBGrqK6soWcmrSEkUNcrc=";
|
|
}
|