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 e2b93da + 7c83170 commit 036f54eCopy full SHA for 036f54e
pkgs/by-name/re/remind/package.nix
@@ -16,14 +16,14 @@
16
17
tcl.mkTclDerivation rec {
18
pname = "remind";
19
- version = "05.02.02";
+ version = "05.02.03";
20
21
src = fetchFromGitea {
22
domain = "git.skoll.ca";
23
owner = "Skollsoft-Public";
24
repo = "Remind";
25
rev = version;
26
- hash = "sha256-GLNFj09lZ6iNUp9fuxhpD8wU7tiDIyVVBTye1naZdlM=";
+ hash = "sha256-4OKLBY5OcaUaSsxbOUN1b9LeUqj0rYBWsZNJ70DvcrQ=";
27
};
28
29
propagatedBuildInputs = lib.optionals withGui [
0 commit comments