summary refs log tree commit diff
path: root/pkgs/applications/graphics/shotwell
diff options
context:
space:
mode:
authorMiguel Madrid <mimadrid@users.noreply.github.com>2017-03-05 11:54:21 +0100
committerMoritz U <moritz@tarn-vedra.de>2017-03-05 11:54:21 +0100
commit199f57079ccbbe6db8e3dbe9c59112005067a9c9 (patch)
treeab7887c67284df6b6ebc833f947b4918c8cb031b /pkgs/applications/graphics/shotwell
parent49ea0e27363e5ab5cb3b4e86f6531e799e43dabd (diff)
downloadnixpkgs-199f57079ccbbe6db8e3dbe9c59112005067a9c9.tar
nixpkgs-199f57079ccbbe6db8e3dbe9c59112005067a9c9.tar.gz
nixpkgs-199f57079ccbbe6db8e3dbe9c59112005067a9c9.tar.bz2
nixpkgs-199f57079ccbbe6db8e3dbe9c59112005067a9c9.tar.lz
nixpkgs-199f57079ccbbe6db8e3dbe9c59112005067a9c9.tar.xz
nixpkgs-199f57079ccbbe6db8e3dbe9c59112005067a9c9.tar.zst
nixpkgs-199f57079ccbbe6db8e3dbe9c59112005067a9c9.zip
shotwell: 0.25.5 -> 0.25.90 (#23478)
Diffstat (limited to 'pkgs/applications/graphics/shotwell')
-rw-r--r--pkgs/applications/graphics/shotwell/default.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/applications/graphics/shotwell/default.nix b/pkgs/applications/graphics/shotwell/default.nix
index 814127abe7d..8cd1a04e977 100644
--- a/pkgs/applications/graphics/shotwell/default.nix
+++ b/pkgs/applications/graphics/shotwell/default.nix
@@ -1,19 +1,19 @@
 { fetchurl, stdenv, m4, glibc, gtk3, libexif, libgphoto2, libsoup, libxml2, vala_0_28, sqlite
 , webkitgtk, pkgconfig, gnome3, gst_all_1, which, udev, libgudev, libraw, glib, json_glib
 , gettext, desktop_file_utils, lcms2, gdk_pixbuf, librsvg, wrapGAppsHook
-, gnome_doc_utils, hicolor_icon_theme, itstool }:
+, gnome_doc_utils, hicolor_icon_theme, itstool, libgdata }:
 
 # for dependencies see http://www.yorba.org/projects/shotwell/install/
 
 stdenv.mkDerivation rec {
   version = "${major}.${minor}";
   major = "0.25";
-  minor = "5";
+  minor = "90";
   name = "shotwell-${version}";
 
   src = fetchurl {
     url = "mirror://gnome/sources/shotwell/${major}/${name}.tar.xz";
-    sha256 = "10pv3v789hky8h7ladqzzmgvkmgy3c41n4xz0nnyjmpycwl26g29";
+    sha256 = "1xlywhwr27n2q7xid19zzgf6rmmiyf4jq62rxn2af2as8rpkf1pm";
   };
 
   NIX_CFLAGS_COMPILE = "-I${glib.dev}/include/glib-2.0 -I${glib.out}/lib/glib-2.0/include";
@@ -29,7 +29,7 @@ stdenv.mkDerivation rec {
                   which udev libgudev gnome3.gexiv2 hicolor_icon_theme
                   libraw json_glib gettext desktop_file_utils glib lcms2 gdk_pixbuf librsvg
                   wrapGAppsHook gnome_doc_utils gnome3.rest gnome3.gcr
-                  gnome3.defaultIconTheme itstool ];
+                  gnome3.defaultIconTheme itstool libgdata ];
 
   meta = with stdenv.lib; {
     description = "Popular photo organizer for the GNOME desktop";