mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-19 04:02:10 +00:00
8 lines
161 B
Nix
8 lines
161 B
Nix
{ fetchpatch, mkDerivation }:
|
|
|
|
mkDerivation {
|
|
version = "2.1.3";
|
|
hash = "sha256-HUOVBzUaU0ixIfPPctwR2TPijxJjcFY3dJ8Z7Ot2bpE=";
|
|
maximumOTPVersion = "26";
|
|
}
|