tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
remind: 04.00.03 -> 04.01.00
R. Ryantm
3 years ago
fe719e3b
614cd139
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
tools
misc
remind
default.nix
+2
-2
pkgs/tools/misc/remind/default.nix
···
16
16
in
17
17
tcl.mkTclDerivation rec {
18
18
pname = "remind";
19
19
-
version = "04.00.03";
19
19
+
version = "04.01.00";
20
20
21
21
src = fetchurl {
22
22
url = "https://dianne.skoll.ca/projects/remind/download/remind-${version}.tar.gz";
23
23
-
sha256 = "sha256-slTeBD7zk3aUxaRYBwrOtNz4cbWL0q57Me8SWwB3eHk=";
23
23
+
sha256 = "sha256-P0aDmEHkxMGk3gwgDwFIlNNoLOfSZfOHU1VYQkOLQGE=";
24
24
};
25
25
26
26
propagatedBuildInputs = tclLibraries;