elementary-planner: 2.6.9 -> 2.7

This commit is contained in:
koral 2021-08-22 17:12:17 +02:00
parent 09c38c29f2
commit 6a9976a9c3

View file

@ -20,17 +20,19 @@
, pantheon /* granite, icons, maintainers */
, webkitgtk
, libpeas
, libhandy
, curl
}:
stdenv.mkDerivation rec {
pname = "elementary-planner";
version = "2.6.9";
version = "2.7";
src = fetchFromGitHub {
owner = "alainm23";
repo = "planner";
rev = version;
sha256 = "17ij017x2cplqhway8376k8mmrll4w1jfwhf7ixldq9g0q2inzd8";
sha256 = "sha256-3eFPGRcZWhzFYi52TbHmpFNLI0pWYcHbbBI7efqZwYE=";
};
nativeBuildInputs = [
@ -58,6 +60,8 @@ stdenv.mkDerivation rec {
sqlite
webkitgtk
libgdata # required by some dependency transitively
libhandy
curl
];
postPatch = ''