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-01-28 07:40:20 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-01-28 07:40:20 +0000
commit02b3012409d33f64b68887bee049e7cb6185e29f (patch)
tree202bb2301447fcea0ef8af40c9d9b523db1b275e /pkgs/tools/misc/remind
parentd01b2cc71bf6e220e164bf57d757624b01429ba0 (diff)
remind: 03.03.11 -> 03.03.12
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 a94a4c9bd35b2..8d5d7356da528 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 = "03.03.11";
+  version = "03.03.12";
 
   src = fetchurl {
     url = "https://dianne.skoll.ca/projects/remind/download/remind-${version}.tar.gz";
-    sha256 = "sha256-CCZ7CENeI8zNUgtBYesGWbqf53OCr9hBTN1ibegB4lo=";
+    sha256 = "sha256-1KpM2lobU+KsxjHpNeAxwAx3mCrU8IZyhvfYJwlUQJ4=";
   };
 
   propagatedBuildInputs = tclLibraries;