remind: 03.04.00 -> 03.04.01

This commit is contained in:
R. Ryantm 2022-02-28 06:18:54 +00:00
parent 0a8007498f
commit 6db4dc07c6

View file

@ -16,11 +16,11 @@ let
in in
tcl.mkTclDerivation rec { tcl.mkTclDerivation rec {
pname = "remind"; pname = "remind";
version = "03.04.00"; version = "03.04.01";
src = fetchurl { src = fetchurl {
url = "https://dianne.skoll.ca/projects/remind/download/remind-${version}.tar.gz"; url = "https://dianne.skoll.ca/projects/remind/download/remind-${version}.tar.gz";
sha256 = "sha256-uIpIygxV5l122FN8sz+OMeQh8iL4Vy87EM1/CjFvLVI="; sha256 = "sha256-8INtFmftMb1JSotUdDtMXdSm+UE/8zQW/wIOExr8nkI=";
}; };
propagatedBuildInputs = tclLibraries; propagatedBuildInputs = tclLibraries;