Merge pull request #162165 from r-ryantm/auto-update/remind

remind: 03.04.00 -> 03.04.01
This commit is contained in:
7c6f434c
2022-02-28 11:14:19 +00:00
committed by GitHub
+2 -2
View File
@@ -16,11 +16,11 @@ let
in
tcl.mkTclDerivation rec {
pname = "remind";
version = "03.04.00";
version = "03.04.01";
src = fetchurl {
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;