Unverified Commit c23c5dae authored by Bobby Rong's avatar Bobby Rong Committed by GitHub
Browse files

Merge pull request #273369 from bobby285271/upd/planify

planify: 4.1.4 -> 4.2.1
parents e92546a9 dfb574cd
Loading
Loading
Loading
Loading
+7 −6
Original line number Diff line number Diff line
@@ -23,16 +23,13 @@

stdenv.mkDerivation rec {
  pname = "planify";
  version = "4.1.4";
  version = "4.2.1";

  src = fetchFromGitHub {
    owner = "alainm23";
    repo = "planify";
    # The commit is named as "Release 4.1.4", published to Flathub, but not tags
    # https://github.com/flathub/io.github.alainm23.planify/commit/f345f81b55e4638bc6605e0bf9d15a057b846252
    # https://github.com/alainm23/planify/issues/1002
    rev = "73fd6cb7acfc60937d1403238c255736b97aa94b";
    hash = "sha256-K3QFFpq2MJxK34Uh0qFyaSGeTPTZbwIVYkosFUrhflQ=";
    rev = version;
    hash = "sha256-tcQNnfM690Je8sF19OSZ4GnXkhsSSrNHZ5EDXmMOW9Q=";
  };

  nativeBuildInputs = [
@@ -59,6 +56,10 @@ stdenv.mkDerivation rec {
    webkitgtk_6_0
  ];

  mesonFlags = [
    "-Dprofile=default"
  ];

  meta = with lib; {
    description = "Task manager with Todoist support designed for GNU/Linux";
    homepage = "https://github.com/alainm23/planify";