mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-19 04:03:56 +00:00
8 lines
156 B
Nix
8 lines
156 B
Nix
{ mkDerivation }:
|
|
|
|
mkDerivation rec {
|
|
version = "1.7.2";
|
|
sha256 = "0wnrx6wlpmr23ypm8za0c4dl952nj4rjylcsdzz0xrma92ylrqfq";
|
|
minimumOTPVersion = "18";
|
|
}
|