Bobby Rong
2023-12-11 21:49:52 +08:00
parent e9ef8a102c
commit dfb574cdd4
+7 -6
View File
@@ -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";