remind: 03.03.10 -> 03.03.11

This commit is contained in:
R. Ryantm 2022-01-01 05:37:22 +00:00
parent 796af3ddba
commit cc3d2c37c5

View File

@ -16,11 +16,11 @@ let
in
tcl.mkTclDerivation rec {
pname = "remind";
version = "03.03.10";
version = "03.03.11";
src = fetchurl {
url = "https://dianne.skoll.ca/projects/remind/download/remind-${version}.tar.gz";
sha256 = "sha256-BqFt3f4+hfz4njzOI1mkrUJhR7zOqzT/TNWS+sk2XEc=";
sha256 = "sha256-CCZ7CENeI8zNUgtBYesGWbqf53OCr9hBTN1ibegB4lo=";
};
propagatedBuildInputs = tclLibraries;