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

remind: 05.00.07 -> 05.01.01 (#356987)

parents 45573a30 315b1ac9
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -15,11 +15,11 @@

tcl.mkTclDerivation rec {
  pname = "remind";
  version = "05.00.07";
  version = "05.01.01";

  src = fetchurl {
    url = "https://dianne.skoll.ca/projects/remind/download/remind-${version}.tar.gz";
    hash = "sha256-id3yVyKHRSJWhm8r4Zmc/k61AZUt1wa3lArQktDbt9w=";
    hash = "sha256-906V9QdFHKJ1+uXv9zrFz9swfeVr/kxgkgKkGsscUY0=";
  };

  propagatedBuildInputs = lib.optionals withGui [