nixpkgs/pkgs/development/interpreters/lfe/2.1.nix

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

8 lines
161 B
Nix
Raw Normal View History

2023-03-21 19:34:18 +00:00
{ fetchpatch, mkDerivation }:
mkDerivation {
2024-02-01 03:48:16 +00:00
version = "2.1.3";
hash = "sha256-HUOVBzUaU0ixIfPPctwR2TPijxJjcFY3dJ8Z7Ot2bpE=";
maximumOTPVersion = "26";
2023-03-21 19:34:18 +00:00
}