about summary refs log tree commit diff
path: root/pkgs/tools/misc/remind
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-12-23 01:59:09 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-12-23 01:59:09 +0000
commit0f56ac80cb69d6e2ee0ea47084f203d0cab6b45d (patch)
tree3b8b6d3ec9c45db220d845743801a9ecf8f34838 /pkgs/tools/misc/remind
parentb10a520017ac319c1e57b07742efd2bcc918d160 (diff)
remind: 04.01.00 -> 04.02.01
Diffstat (limited to 'pkgs/tools/misc/remind')
-rw-r--r--pkgs/tools/misc/remind/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/misc/remind/default.nix b/pkgs/tools/misc/remind/default.nix
index 99684c9a326d0..77e13b0b154c9 100644
--- a/pkgs/tools/misc/remind/default.nix
+++ b/pkgs/tools/misc/remind/default.nix
@@ -16,11 +16,11 @@ let
 in
 tcl.mkTclDerivation rec {
   pname = "remind";
-  version = "04.01.00";
+  version = "04.02.01";
 
   src = fetchurl {
     url = "https://dianne.skoll.ca/projects/remind/download/remind-${version}.tar.gz";
-    sha256 = "sha256-P0aDmEHkxMGk3gwgDwFIlNNoLOfSZfOHU1VYQkOLQGE=";
+    sha256 = "sha256-RknG1SyKKYSMLWihR2GM8MVROJx0E0E1gD+vSLv6uk0=";
   };
 
   propagatedBuildInputs = tclLibraries;