remind: 05.04.02 -> 06.00.00

This commit is contained in:
R. Ryantm 2025-08-18 16:04:50 +00:00
parent 8c412c3fe6
commit 93f851d127

View File

@ -16,14 +16,14 @@
tcl.mkTclDerivation rec { tcl.mkTclDerivation rec {
pname = "remind"; pname = "remind";
version = "05.04.02"; version = "06.00.00";
src = fetchFromGitea { src = fetchFromGitea {
domain = "git.skoll.ca"; domain = "git.skoll.ca";
owner = "Skollsoft-Public"; owner = "Skollsoft-Public";
repo = "Remind"; repo = "Remind";
rev = version; rev = version;
hash = "sha256-Vu16s0zlqso1S1KsSJErpmepKxT9ekVDoWYNeQueDkM="; hash = "sha256-b0S8DgEqsgP201P04Kim06/WAU7QkihnYOcAvW8oNUQ=";
}; };
propagatedBuildInputs = lib.optionals withGui [ propagatedBuildInputs = lib.optionals withGui [