remind: 06.00.00 -> 06.00.01

This commit is contained in:
R. Ryantm
2025-08-28 09:12:30 +00:00
parent 33de6dfc31
commit a0c7aa919e
+2 -2
View File
@@ -16,14 +16,14 @@
tcl.mkTclDerivation rec {
pname = "remind";
version = "06.00.00";
version = "06.00.01";
src = fetchFromGitea {
domain = "git.skoll.ca";
owner = "Skollsoft-Public";
repo = "Remind";
rev = version;
hash = "sha256-b0S8DgEqsgP201P04Kim06/WAU7QkihnYOcAvW8oNUQ=";
hash = "sha256-+0G7Bz5vAAKCPVznYWdX5NKXVGrZ86oHx2sevOzPcBI=";
};
propagatedBuildInputs = lib.optionals withGui [