We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9ed1bf4 + eaa760e commit a701033Copy full SHA for a701033
pkgs/by-name/re/remind/package.nix
@@ -16,14 +16,14 @@
16
17
tcl.mkTclDerivation rec {
18
pname = "remind";
19
- version = "05.03.02";
+ version = "05.03.04";
20
21
src = fetchFromGitea {
22
domain = "git.skoll.ca";
23
owner = "Skollsoft-Public";
24
repo = "Remind";
25
rev = version;
26
- hash = "sha256-lVFa7STvkNVX9D+f5E7H7ArVxThzdWAh7h3Q4b8bIC4=";
+ hash = "sha256-6pUQONmafwfUZ3DAsYS6dju8mLE9piu7btPmP6QX4pM=";
27
};
28
29
propagatedBuildInputs = lib.optionals withGui [
0 commit comments