Commit a0c7aa91 authored by R. RyanTM's avatar R. RyanTM
Browse files

remind: 06.00.00 -> 06.00.01

parent 33de6dfc
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.00.00";
  version = "06.00.01";

  src = fetchFromGitea {
    domain = "git.skoll.ca";
    owner = "Skollsoft-Public";
    repo = "Remind";
    rev = version;
    hash = "sha256-b0S8DgEqsgP201P04Kim06/WAU7QkihnYOcAvW8oNUQ=";
    hash = "sha256-+0G7Bz5vAAKCPVznYWdX5NKXVGrZ86oHx2sevOzPcBI=";
  };

  propagatedBuildInputs = lib.optionals withGui [