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

Changed files
+4 -8
pkgs
desktops
pantheon
apps
elementary-files
+4 -8
pkgs/desktops/pantheon/apps/elementary-files/default.nix
···
, 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";
···
owner = "elementary";
repo = repoName;
rev = version;
-
sha256 = "12f0hzb62nchksyqd2gwj3cv001rph24ggd9wywh9i1qwppx4b5k";
+
sha256 = "0brckm0vi9lh8l4g3cy37pbyrdh6g0mdsv3cpii069y2drrh8mz5";
};
passthru = {
···
libcloudproviders
libdbusmenu-gtk3
libgee
+
libgit2-glib
libnotify
libunity
pango
···
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 = ''