Skip to content

Commit e7ed322

Browse files
committed
remind: 5.01.01 -> 5.02.02
1 parent 3206497 commit e7ed322

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/re/remind/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@
1616

1717
tcl.mkTclDerivation rec {
1818
pname = "remind";
19-
version = "05.01.01";
19+
version = "05.02.02";
2020

2121
src = fetchFromGitea {
2222
domain = "git.skoll.ca";
2323
owner = "Skollsoft-Public";
2424
repo = "Remind";
2525
rev = version;
26-
hash = "sha256-2qsJIdBsIttgofjB9Zd566I95mxkO7BTwUNPe50+bEY=";
26+
hash = "sha256-GLNFj09lZ6iNUp9fuxhpD8wU7tiDIyVVBTye1naZdlM=";
2727
};
2828

2929
propagatedBuildInputs = lib.optionals withGui [

0 commit comments

Comments
 (0)