mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-15 18:23:09 +00:00
8 lines
156 B
Nix
8 lines
156 B
Nix
{ mkDerivation }:
|
|
|
|
mkDerivation rec {
|
|
version = "1.9.1";
|
|
sha256 = "106s2a3dykc5iwfrd5icqd737yfzaz1dw4x5v1j5z2fvf46h96dx";
|
|
minimumOTPVersion = "20";
|
|
}
|