mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-30 19:02:57 +00:00
8 lines
163 B
Nix
8 lines
163 B
Nix
{ fetchpatch, mkDerivation }:
|
|
|
|
mkDerivation {
|
|
version = "2.1.1";
|
|
sha256 = "sha256-HUOVBzUaU0ixIfPPctwR2TPijxJjcFY3dJ8Z7Ot2bpE=";
|
|
maximumOTPVersion = "25";
|
|
}
|