remind: 06.00.01 -> 06.01.00

This commit is contained in:
R. Ryantm
2025-09-08 17:16:35 +00:00
parent 90a49d004a
commit cb11035fc4
+2 -2
View File
@@ -16,14 +16,14 @@
tcl.mkTclDerivation rec {
pname = "remind";
version = "06.00.01";
version = "06.01.00";
src = fetchFromGitea {
domain = "git.skoll.ca";
owner = "Skollsoft-Public";
repo = "Remind";
rev = version;
hash = "sha256-+0G7Bz5vAAKCPVznYWdX5NKXVGrZ86oHx2sevOzPcBI=";
hash = "sha256-1M1cKyonDydYl+UtScMwtp7DBQEFceaSXSUvMseKzzA=";
};
propagatedBuildInputs = lib.optionals withGui [