remind: 05.04.01 -> 05.04.02 (#427886)

Aleksana 94aa5ea1 9bc7e0c5

Changed files
+2 -2
pkgs
by-name
re
remind
+2 -2
pkgs/by-name/re/remind/package.nix
···
tcl.mkTclDerivation rec {
pname = "remind";
-
version = "05.04.01";
src = fetchFromGitea {
domain = "git.skoll.ca";
owner = "Skollsoft-Public";
repo = "Remind";
rev = version;
-
hash = "sha256-PTaEGRYZS+yBINwP7EJE4NfgGpB1RTOsDNtzxljZYZA=";
};
propagatedBuildInputs = lib.optionals withGui [
···
tcl.mkTclDerivation rec {
pname = "remind";
+
version = "05.04.02";
src = fetchFromGitea {
domain = "git.skoll.ca";
owner = "Skollsoft-Public";
repo = "Remind";
rev = version;
+
hash = "sha256-Vu16s0zlqso1S1KsSJErpmepKxT9ekVDoWYNeQueDkM=";
};
propagatedBuildInputs = lib.optionals withGui [