mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-19 17:39:34 +00:00
8 lines
156 B
Nix
8 lines
156 B
Nix
{ mkDerivation }:
|
|
|
|
mkDerivation rec {
|
|
version = "1.7.2";
|
|
sha256 = "0wnrx6wlpmr23ypm8za0c4dl952nj4rjylcsdzz0xrma92ylrqfq";
|
|
minimumOTPVersion = "19";
|
|
}
|