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

remind: 06.02.03 -> 06.02.04 (#492646)

parents 82d15e20 22362bee
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -16,14 +16,14 @@

tcl.mkTclDerivation rec {
  pname = "remind";
  version = "06.02.03";
  version = "06.02.04";

  src = fetchFromGitea {
    domain = "git.skoll.ca";
    owner = "Skollsoft-Public";
    repo = "Remind";
    rev = version;
    hash = "sha256-RAbu3XlFf11e6mrEAhXyXCzRsR7AiNJ6Ec5KU1i6t8I=";
    hash = "sha256-7fNc/BiXliyLYif291G83ET2NtiU/dLgbhwut+JbjP0=";
  };

  propagatedBuildInputs = lib.optionals withGui [