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

remind: 03.04.02 -> 04.00.00
This commit is contained in:
7c6f434c
2022-04-09 19:42:31 +00:00
committed by GitHub
+2 -2
View File
@@ -16,11 +16,11 @@ let
in
tcl.mkTclDerivation rec {
pname = "remind";
version = "03.04.02";
version = "04.00.00";
src = fetchurl {
url = "https://dianne.skoll.ca/projects/remind/download/remind-${version}.tar.gz";
sha256 = "sha256-kjDcO0l39l2KJXo0elZesKZWDZoSoUXIu1Ua7IxWY4w=";
sha256 = "sha256-I7bmsO3EAUnmo2KoIy5myxXuZB8tzs5kCEXpG550x8Y=";
};
propagatedBuildInputs = tclLibraries;