about summary refs log tree commit diff
diff options
context:
space:
mode:
authorElis Hirwing <elis@hirwing.se>2018-01-03 19:55:38 +0100
committerElis Hirwing <elis@hirwing.se>2018-01-03 19:55:38 +0100
commitcc122e5ec302c523ded2572eb35f4a867f5f49a0 (patch)
tree8e6633f737694c1478b4bbf31739303f121ecee9
parentbbb04db8feb54c99ac1c8d4e9c9352fcd053cd89 (diff)
downloadnixlib-cc122e5ec302c523ded2572eb35f4a867f5f49a0.tar
nixlib-cc122e5ec302c523ded2572eb35f4a867f5f49a0.tar.gz
nixlib-cc122e5ec302c523ded2572eb35f4a867f5f49a0.tar.bz2
nixlib-cc122e5ec302c523ded2572eb35f4a867f5f49a0.tar.lz
nixlib-cc122e5ec302c523ded2572eb35f4a867f5f49a0.tar.xz
nixlib-cc122e5ec302c523ded2572eb35f4a867f5f49a0.tar.zst
nixlib-cc122e5ec302c523ded2572eb35f4a867f5f49a0.zip
font-lock-plus: 2017-0222.1755 -> 20180101.25
Also specified specific revisions of the file to download to not have
a breaking package whenever the author decides to update the package.

This happened on 2018-01-01 when the author updated the copyright of
the package to match the new year.
-rw-r--r--pkgs/applications/editors/emacs-modes/font-lock-plus/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/editors/emacs-modes/font-lock-plus/default.nix b/pkgs/applications/editors/emacs-modes/font-lock-plus/default.nix
index 7b7004b72f30..733393307d3f 100644
--- a/pkgs/applications/editors/emacs-modes/font-lock-plus/default.nix
+++ b/pkgs/applications/editors/emacs-modes/font-lock-plus/default.nix
@@ -2,11 +2,11 @@
 
 melpaBuild {
   pname = "font-lock-plus";
-  version = "20170222.1755";
+  version = "20180101.25";
 
   src = fetchurl {
-    url = "https://www.emacswiki.org/emacs/download/font-lock+.el";
-    sha256 = "0iajkgh0n3pbrwwxx9rmrrwz8dw2m7jsp4mggnhq7zsb20ighs30";
+    url = "https://www.emacswiki.org/emacs/download/font-lock%2b.el?revision=25";
+    sha256 = "0197yzn4hbjmw5h3m08264b7zymw63pdafph5f3yzfm50q8p7kp4";
     name = "font-lock+.el";
   };