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-08-02 00:20:48 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-08-02 00:20:48 +0000
commitdb2048839d4cc9b3c719c7e327109b90807a5c20 (patch)
tree5bd552d4b11998313a3be9bfc73b956d29609b2e /pkgs/tools/misc/remind
parentcb57a28b01ad2e89991d786b21c9d0f477fd73c2 (diff)
remind: 04.00.00 -> 04.00.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 da2a969aafc20..17f2f7d94e1d7 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.00.00";
+  version = "04.00.01";
 
   src = fetchurl {
     url = "https://dianne.skoll.ca/projects/remind/download/remind-${version}.tar.gz";
-    sha256 = "sha256-I7bmsO3EAUnmo2KoIy5myxXuZB8tzs5kCEXpG550x8Y=";
+    sha256 = "sha256-NhXS7WpFbKuRFiAWDSy+g9PoYVQcpugLppQEF/S5WeI=";
   };
 
   propagatedBuildInputs = tclLibraries;