Commit 6db4dc07 authored by R. RyanTM's avatar R. RyanTM
Browse files

remind: 03.04.00 -> 03.04.01

parent 0a800749
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;