Commit 593a9b0d authored by R. RyanTM's avatar R. RyanTM
Browse files

remind: 06.02.01 -> 06.02.02

parent 7c8cdf6d
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.01";
  version = "06.02.02";

  src = fetchFromGitea {
    domain = "git.skoll.ca";
    owner = "Skollsoft-Public";
    repo = "Remind";
    rev = version;
    hash = "sha256-bdR0uLPUGAaB5w4BNPaPOuI9Eg3utyETlUlLIQmcxMs=";
    hash = "sha256-SkQT651LjHCZJRtb4Itbzqhq9x5p05jYUam1XiYT4os=";
  };

  propagatedBuildInputs = lib.optionals withGui [