Unverified Commit bbbb03bc authored by 7c6f434c's avatar 7c6f434c Committed by GitHub
Browse files

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

remind: 03.04.00 -> 03.04.01
parents 046f2ec0 6db4dc07
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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;