Merge pull request #285410 from yurrriq/lfe-2.1.3

lfe: 2.1.1 -> 2.1.3
This commit is contained in:
Yt 2024-02-01 23:19:41 +00:00 committed by GitHub
commit 962b4c436e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 6 additions and 5 deletions

View file

@ -1,7 +1,7 @@
{ fetchpatch, mkDerivation }:
mkDerivation {
version = "2.1.1";
sha256 = "sha256-HUOVBzUaU0ixIfPPctwR2TPijxJjcFY3dJ8Z7Ot2bpE=";
maximumOTPVersion = "25";
version = "2.1.3";
hash = "sha256-HUOVBzUaU0ixIfPPctwR2TPijxJjcFY3dJ8Z7Ot2bpE=";
maximumOTPVersion = "26";
}

View file

@ -3,9 +3,10 @@
{ baseName ? "lfe"
, version
, maximumOTPVersion
, sha256 ? null
, sha256 ? ""
, hash ? ""
, rev ? version
, src ? fetchFromGitHub { inherit rev sha256; owner = "rvirding"; repo = "lfe"; }
, src ? fetchFromGitHub { inherit hash rev sha256; owner = "lfe"; repo = "lfe"; }
, patches ? []
}: