From ffe6b959a1c0288c38cbd4850454deeb6f4a18f1 Mon Sep 17 00:00:00 2001 From: worldofpeace Date: Tue, 7 Jan 2020 20:56:57 -0500 Subject: pantheon.elementary-files: 4.2.0 -> 4.3.0 Added libgit2-glib for git plugin support. https://github.com/elementary/files/releases/tag/4.3.0 --- pkgs/desktops/pantheon/apps/elementary-files/default.nix | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/pkgs/desktops/pantheon/apps/elementary-files/default.nix b/pkgs/desktops/pantheon/apps/elementary-files/default.nix index 1cb81344ea6..ae43a372acc 100644 --- a/pkgs/desktops/pantheon/apps/elementary-files/default.nix +++ b/pkgs/desktops/pantheon/apps/elementary-files/default.nix @@ -24,13 +24,13 @@ , glib-networking , elementary-icon-theme , libcloudproviders -, fetchpatch +, libgit2-glib , wrapGAppsHook }: stdenv.mkDerivation rec { pname = "elementary-files"; - version = "4.2.0"; + version = "4.3.0"; repoName = "files"; @@ -40,7 +40,7 @@ stdenv.mkDerivation rec { owner = "elementary"; repo = repoName; rev = version; - sha256 = "12f0hzb62nchksyqd2gwj3cv001rph24ggd9wywh9i1qwppx4b5k"; + sha256 = "0brckm0vi9lh8l4g3cy37pbyrdh6g0mdsv3cpii069y2drrh8mz5"; }; passthru = { @@ -70,6 +70,7 @@ stdenv.mkDerivation rec { libcloudproviders libdbusmenu-gtk3 libgee + libgit2-glib libnotify libunity pango @@ -80,11 +81,6 @@ stdenv.mkDerivation rec { patches = [ ./hardcode-gsettings.patch - # Fixes https://github.com/elementary/files/issues/1081 - (fetchpatch { - url = "https://github.com/elementary/files/commit/76b5cc95466733c2c100a99127ecd4fbd4d2a5ec.patch"; - sha256 = "0dn8a9l7i2rdgia1rsc50332fsw0yrbfvpb5z8ba4iiki3lxy2nn"; - }) ]; postPatch = '' -- cgit 1.4.1