mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-07 20:53:22 +00:00
8 lines
156 B
Nix
8 lines
156 B
Nix
{ mkDerivation }:
|
|
|
|
mkDerivation rec {
|
|
version = "1.4.5";
|
|
sha256 = "18ivcxmh5bak13k3rjy7jjzin57rgb2nffhwnqb2wl7bpi8mrarw";
|
|
minimumOTPVersion = "18";
|
|
}
|