remind: 05.00.02 -> 05.00.06

This commit is contained in:
Alexis Hildebrandt 2024-10-02 01:01:52 +02:00
parent 6523e1827c
commit 1c9518ac1f

View File

@ -15,11 +15,11 @@
tcl.mkTclDerivation rec {
pname = "remind";
version = "05.00.02";
version = "05.00.06";
src = fetchurl {
url = "https://dianne.skoll.ca/projects/remind/download/remind-${version}.tar.gz";
hash = "sha256-XxVjAV3TGDPI8XaFXXSminsMffq8m8ljw68YMIC2lYg=";
hash = "sha256-uGGh1eRPT6bGYF4F9e79D+aMnpOQukktlmJbyM2uRco=";
};
propagatedBuildInputs = lib.optionals withGui [