planify: 4.12.0 -> 4.12.2 (#419013)

This commit is contained in:
Bobby Rong
2025-06-23 22:17:46 +08:00
committed by GitHub
2 changed files with 4 additions and 7 deletions
+2 -1
View File
@@ -54,7 +54,8 @@ stdenv.mkDerivation (finalAttrs: {
--replace-fail ">=0" ">= 0"
'';
doCheck = true;
# https://github.com/NixOS/nixpkgs/issues/407969
doCheck = false;
passthru.updateScript = gitUpdater { };
+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";