planify: 4.12.0 -> 4.12.2

https://github.com/alainm23/planify/compare/4.12.0...4.12.2
This commit is contained in:
Bobby Rong
2025-06-22 22:57:32 +08:00
parent 1519c5d166
commit 28215026fc
+2 -6
View File
@@ -29,13 +29,13 @@
stdenv.mkDerivation rec {
pname = "planify";
version = "4.12.0";
version = "4.12.2";
src = fetchFromGitHub {
owner = "alainm23";
repo = "planify";
rev = version;
hash = "sha256-YgNM+fzss1+Q6Fv9mhedhCorWFnerx5oC3iISEhs6z8=";
hash = "sha256-v5Fwbl02t178t+l+VZybeUojIsblLX3Ws5itAAoEZwI=";
};
nativeBuildInputs = [
@@ -69,10 +69,6 @@ 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";