remind: 05.00.01 -> 05.00.02

This commit is contained in:
Alexis Hildebrandt 2024-07-27 01:30:46 +02:00
parent 3d6a9dbb9b
commit 66408991dd

View File

@ -9,11 +9,11 @@
tcl.mkTclDerivation rec {
pname = "remind";
version = "05.00.01";
version = "05.00.02";
src = fetchurl {
url = "https://dianne.skoll.ca/projects/remind/download/remind-${version}.tar.gz";
hash = "sha256-tj36/lLn67/hkNMrRVGXRLqQ9Sx6oDKZHeajiSYn97c=";
hash = "sha256-XxVjAV3TGDPI8XaFXXSminsMffq8m8ljw68YMIC2lYg=";
};
propagatedBuildInputs = lib.optionals tkremind [ tcllib tk ];