Merge pull request #273369 from bobby285271/upd/planify

planify: 4.1.4 -> 4.2.1

authored by Bobby Rong and committed by GitHub c23c5dae e92546a9

+7 -6
+7 -6
pkgs/applications/office/planify/default.nix
··· 23 24 stdenv.mkDerivation rec { 25 pname = "planify"; 26 - version = "4.1.4"; 27 28 src = fetchFromGitHub { 29 owner = "alainm23"; 30 repo = "planify"; 31 - # The commit is named as "Release 4.1.4", published to Flathub, but not tags 32 - # https://github.com/flathub/io.github.alainm23.planify/commit/f345f81b55e4638bc6605e0bf9d15a057b846252 33 - # https://github.com/alainm23/planify/issues/1002 34 - rev = "73fd6cb7acfc60937d1403238c255736b97aa94b"; 35 - hash = "sha256-K3QFFpq2MJxK34Uh0qFyaSGeTPTZbwIVYkosFUrhflQ="; 36 }; 37 38 nativeBuildInputs = [ ··· 57 pantheon.granite7 58 sqlite 59 webkitgtk_6_0 60 ]; 61 62 meta = with lib; {
··· 23 24 stdenv.mkDerivation rec { 25 pname = "planify"; 26 + version = "4.2.1"; 27 28 src = fetchFromGitHub { 29 owner = "alainm23"; 30 repo = "planify"; 31 + rev = version; 32 + hash = "sha256-tcQNnfM690Je8sF19OSZ4GnXkhsSSrNHZ5EDXmMOW9Q="; 33 }; 34 35 nativeBuildInputs = [ ··· 54 pantheon.granite7 55 sqlite 56 webkitgtk_6_0 57 + ]; 58 + 59 + mesonFlags = [ 60 + "-Dprofile=default" 61 ]; 62 63 meta = with lib; {