Loading pkgs/applications/office/planify/default.nix +7 −6 Original line number Diff line number Diff line Loading @@ -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 = [ Loading @@ -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"; Loading Loading
pkgs/applications/office/planify/default.nix +7 −6 Original line number Diff line number Diff line Loading @@ -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 = [ Loading @@ -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"; Loading