about summary refs log tree commit diff
path: root/pkgs/applications/graphics
diff options
context:
space:
mode:
authorPascal Wittmann <PascalWittmann@gmx.net>2016-01-08 11:07:46 +0100
committerPascal Wittmann <PascalWittmann@gmx.net>2016-01-08 11:07:46 +0100
commit43ae5ad38cd280ff991fe8ac4a911f37caeea157 (patch)
tree03c35de16add27d2f9c06d7ddafcf1fbe04849d5 /pkgs/applications/graphics
parent349e72ed557f1c538618a65183c37e2053a59891 (diff)
parent1b5873a7206c486be31a3228276564eb87ceab31 (diff)
downloadnixlib-43ae5ad38cd280ff991fe8ac4a911f37caeea157.tar
nixlib-43ae5ad38cd280ff991fe8ac4a911f37caeea157.tar.gz
nixlib-43ae5ad38cd280ff991fe8ac4a911f37caeea157.tar.bz2
nixlib-43ae5ad38cd280ff991fe8ac4a911f37caeea157.tar.lz
nixlib-43ae5ad38cd280ff991fe8ac4a911f37caeea157.tar.xz
nixlib-43ae5ad38cd280ff991fe8ac4a911f37caeea157.tar.zst
nixlib-43ae5ad38cd280ff991fe8ac4a911f37caeea157.zip
Merge pull request #12067 from mdorman/shotwellupdate
shotwell: 0.20.2 -> 0.22.0
Diffstat (limited to 'pkgs/applications/graphics')
-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 c3f43e4b94d8..da8bbad33cad 100644
--- a/pkgs/applications/graphics/shotwell/default.nix
+++ b/pkgs/applications/graphics/shotwell/default.nix
@@ -6,12 +6,12 @@
 # for dependencies see http://www.yorba.org/projects/shotwell/install/
 
 stdenv.mkDerivation rec {
-  version = "0.20.2";
+  version = "0.22.0";
   name = "shotwell-${version}";
 
   src = fetchurl {
-    url = "mirror://gnome/sources/shotwell/0.20/${name}.tar.xz";
-    sha256 = "0h5pdczsrkplvlvq54zk3am4kjmfpd6pn2sz0ky8lfq1fngwiqip";
+    url = "mirror://gnome/sources/shotwell/0.22/${name}.tar.xz";
+    sha256 = "0cgqaaikrb10plhf6zxbgqy32zqpiwyi9dpx3g8yr261q72r5c81";
   };
 
   NIX_CFLAGS_COMPILE = "-I${glib}/include/glib-2.0 -I${glib}/lib/glib-2.0/include";
@@ -44,7 +44,7 @@ stdenv.mkDerivation rec {
 
   meta = with stdenv.lib; {
     description = "Popular photo organizer for the GNOME desktop";
-    homepage = http://www.yorba.org/projects/shotwell/;
+    homepage = https://wiki.gnome.org/Apps/Shotwell;
     license = licenses.lgpl21Plus;
     maintainers = with maintainers; [iElectric];
     platforms = platforms.linux;