emacsPackages.font-lock-plus: 20180101.25 -> 208+unstable=2018-01-01
This commit is contained in:
parent
b7d5013e7f
commit
08dd76ac5d
1 changed files with 15 additions and 10 deletions
|
@ -1,17 +1,22 @@
|
||||||
{ fetchurl, lib, trivialBuild, writeText }:
|
{ lib
|
||||||
|
, fetchFromGitHub
|
||||||
|
, trivialBuild
|
||||||
|
}:
|
||||||
|
|
||||||
trivialBuild {
|
trivialBuild {
|
||||||
pname = "font-lock+";
|
pname = "font-lock-plus";
|
||||||
version = "20180101.25";
|
version = "208+unstable=2018-01-01";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchFromGitHub {
|
||||||
url = "https://www.emacswiki.org/emacs/download/font-lock%2b.el?revision=25";
|
owner = "emacsmirror";
|
||||||
sha256 = "0197yzn4hbjmw5h3m08264b7zymw63pdafph5f3yzfm50q8p7kp4";
|
repo = "font-lock-plus";
|
||||||
name = "font-lock+.el";
|
rev = "f2c1ddcd4c9d581bd32be88fad026b49f98b6541";
|
||||||
|
hash = "sha256-lFmdVMXIIXZ9ZohAJw5rhxpTv017qIyzmpuKOWDdeJ4=";
|
||||||
};
|
};
|
||||||
|
|
||||||
meta = {
|
meta = with lib; {
|
||||||
homepage = "https://melpa.org/#/font-lock+";
|
homepage = "https://github.com/emacsmirror/font-lock-plus";
|
||||||
license = lib.licenses.gpl2Plus;
|
description = "Enhancements to standard library font-lock.el";
|
||||||
|
license = licenses.gpl2Plus;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue