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

remind: 05.00.02 -> 05.00.06 (#345798)

parents af1509fe 1c9518ac
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.02";
  version = "05.00.06";

  src = fetchurl {
    url = "https://dianne.skoll.ca/projects/remind/download/remind-${version}.tar.gz";
    hash = "sha256-XxVjAV3TGDPI8XaFXXSminsMffq8m8ljw68YMIC2lYg=";
    hash = "sha256-uGGh1eRPT6bGYF4F9e79D+aMnpOQukktlmJbyM2uRco=";
  };

  propagatedBuildInputs = lib.optionals withGui [