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

remind: 06.02.01 -> 06.02.02 (#480823)

parents 668fedb8 593a9b0d
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 [