about summary refs log tree commit diff
path: root/pkgs/desktops/pantheon
diff options
context:
space:
mode:
authorworldofpeace <worldofpeace@protonmail.ch>2019-09-18 17:27:02 -0400
committerworldofpeace <worldofpeace@protonmail.ch>2019-10-31 18:36:16 -0400
commit9f7e64b21837a68caf69778cfe69bf2f971695ec (patch)
treebfc99b957c650c2126fde18bda4a891f002f7e07 /pkgs/desktops/pantheon
parent6d5d1047006907996a78036e75aae3278d9f2727 (diff)
downloadnixlib-9f7e64b21837a68caf69778cfe69bf2f971695ec.tar
nixlib-9f7e64b21837a68caf69778cfe69bf2f971695ec.tar.gz
nixlib-9f7e64b21837a68caf69778cfe69bf2f971695ec.tar.bz2
nixlib-9f7e64b21837a68caf69778cfe69bf2f971695ec.tar.lz
nixlib-9f7e64b21837a68caf69778cfe69bf2f971695ec.tar.xz
nixlib-9f7e64b21837a68caf69778cfe69bf2f971695ec.tar.zst
nixlib-9f7e64b21837a68caf69778cfe69bf2f971695ec.zip
pantheon.elementary-files: 4.1.9 -> 4.2.0
* libcloudproviders support

https://github.com/elementary/files/releases/tag/4.2.0
Diffstat (limited to 'pkgs/desktops/pantheon')
-rw-r--r--pkgs/desktops/pantheon/apps/elementary-files/default.nix6
1 files changed, 4 insertions, 2 deletions
diff --git a/pkgs/desktops/pantheon/apps/elementary-files/default.nix b/pkgs/desktops/pantheon/apps/elementary-files/default.nix
index 0bb2824b3d3b..1b5de7c168ed 100644
--- a/pkgs/desktops/pantheon/apps/elementary-files/default.nix
+++ b/pkgs/desktops/pantheon/apps/elementary-files/default.nix
@@ -23,13 +23,14 @@
 , zeitgeist
 , glib-networking
 , elementary-icon-theme
+, libcloudproviders
 , fetchpatch
 , wrapGAppsHook
 }:
 
 stdenv.mkDerivation rec {
   pname = "elementary-files";
-  version = "4.1.9";
+  version = "4.2.0";
 
   repoName = "files";
 
@@ -39,7 +40,7 @@ stdenv.mkDerivation rec {
     owner = "elementary";
     repo = repoName;
     rev = version;
-    sha256 = "12p1li9a7kqdlgkq20svaly5kr661ww93qngaiic6zv1bdw2bpmv";
+    sha256 = "12f0hzb62nchksyqd2gwj3cv001rph24ggd9wywh9i1qwppx4b5k";
   };
 
   passthru = {
@@ -67,6 +68,7 @@ stdenv.mkDerivation rec {
     granite
     gtk3
     libcanberra
+    libcloudproviders
     libdbusmenu-gtk3
     libgee
     libnotify