about summary refs log tree commit diff
path: root/pkgs/tools/misc/remind
diff options
context:
space:
mode:
authorKovacsics Robert (NixOS-SSD2) <kovirobi@gmail.com>2015-06-08 10:36:18 +0100
committerKovacsics Robert (NixOS-SSD2) <kovirobi@gmail.com>2015-06-08 10:36:18 +0100
commit8e7f4d3c336088dfe1ec6d6d3c2b64d5dd361151 (patch)
tree4354e8dcf54e97b70e1fb27d7f9fc8c7f105a488 /pkgs/tools/misc/remind
parent50e9fa5719b233c6c679033871a20427fd619949 (diff)
downloadnixlib-8e7f4d3c336088dfe1ec6d6d3c2b64d5dd361151.tar
nixlib-8e7f4d3c336088dfe1ec6d6d3c2b64d5dd361151.tar.gz
nixlib-8e7f4d3c336088dfe1ec6d6d3c2b64d5dd361151.tar.bz2
nixlib-8e7f4d3c336088dfe1ec6d6d3c2b64d5dd361151.tar.lz
nixlib-8e7f4d3c336088dfe1ec6d6d3c2b64d5dd361151.tar.xz
nixlib-8e7f4d3c336088dfe1ec6d6d3c2b64d5dd361151.tar.zst
nixlib-8e7f4d3c336088dfe1ec6d6d3c2b64d5dd361151.zip
Remind update to 3.1.14, changes:
* Version 3.1 Patch 14 - 2014-04-24

- NEW FEATURE: Putting the line __EOF__ in a .rem file causes Remind to
  treat it as end-of-file.

- IMPROVEMENT: Use better PNG images for moons in the HTML display

- CHANGE: Author name updated from "David" to "Dianne"

- BUG FIX: The "-n" command-line option should really run in
  "ADVANCE_MODE" rather than "CAL_MODE" internally; otherwise, the
  substitution sequences may be misinterpreted.

- BUG FIX: A typo in clearing out MD5 sum context has been fixed.

- BUG FIX: Typo in Spanish translation was fixed.
Diffstat (limited to 'pkgs/tools/misc/remind')
-rw-r--r--pkgs/tools/misc/remind/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/misc/remind/default.nix b/pkgs/tools/misc/remind/default.nix
index 18137312a3d1..574178222c6f 100644
--- a/pkgs/tools/misc/remind/default.nix
+++ b/pkgs/tools/misc/remind/default.nix
@@ -1,10 +1,10 @@
 {stdenv, fetchurl} :
 
 stdenv.mkDerivation {
-  name = "remind-3.1.13";
+  name = "remind-3.1.14";
   src = fetchurl {
-    url = http://www.roaringpenguin.com/files/download/remind-03.01.13.tar.gz;
-    sha256 = "0kzw1d53nlj90qfsibbs2gkzp1hamqqxpj57ip4kz1j1xgan69ng";
+    url = http://www.roaringpenguin.com/files/download/remind-03.01.14.tar.gz;
+    sha256 = "1b9ij3r95lf14q6dyh8ilzc3y5yxxc1iss8wj3i49n6zjvklml8a";
   };
 
   meta = {