1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-19 04:02:10 +00:00
nixpkgs/pkgs/development/interpreters/lfe/2.1.nix
2024-01-31 21:53:58 -06:00

8 lines
161 B
Nix

{ fetchpatch, mkDerivation }:
mkDerivation {
version = "2.1.3";
hash = "sha256-HUOVBzUaU0ixIfPPctwR2TPijxJjcFY3dJ8Z7Ot2bpE=";
maximumOTPVersion = "26";
}