summary refs log tree commit diff
path: root/pkgs/applications/graphics/shotwell
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2019-02-15 08:14:23 -0800
committerR. RyanTM <ryantm-bot@ryantm.com>2019-02-15 08:14:23 -0800
commit89c832dc46f2407782296cffed391b80e2cdbf25 (patch)
tree28dba482c1cf5d56d1854193e856c429dfd1b06e /pkgs/applications/graphics/shotwell
parent53a73b0914b33407d966575528f5358b90e635b8 (diff)
downloadnixpkgs-89c832dc46f2407782296cffed391b80e2cdbf25.tar
nixpkgs-89c832dc46f2407782296cffed391b80e2cdbf25.tar.gz
nixpkgs-89c832dc46f2407782296cffed391b80e2cdbf25.tar.bz2
nixpkgs-89c832dc46f2407782296cffed391b80e2cdbf25.tar.lz
nixpkgs-89c832dc46f2407782296cffed391b80e2cdbf25.tar.xz
nixpkgs-89c832dc46f2407782296cffed391b80e2cdbf25.tar.zst
nixpkgs-89c832dc46f2407782296cffed391b80e2cdbf25.zip
gnome3.shotwell: 0.30.1 -> 0.30.2
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/shotwell/versions
Diffstat (limited to 'pkgs/applications/graphics/shotwell')
-rw-r--r--pkgs/applications/graphics/shotwell/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/graphics/shotwell/default.nix b/pkgs/applications/graphics/shotwell/default.nix
index 2f06451438d..03cac9114af 100644
--- a/pkgs/applications/graphics/shotwell/default.nix
+++ b/pkgs/applications/graphics/shotwell/default.nix
@@ -7,13 +7,13 @@
 
 let
   pname = "shotwell";
-  version = "0.30.1";
+  version = "0.30.2";
 in stdenv.mkDerivation rec {
   name = "${pname}-${version}";
 
   src = fetchurl {
     url = "mirror://gnome/sources/${pname}/${stdenv.lib.versions.majorMinor version}/${name}.tar.xz";
-    sha256 = "01hsmig06hjv34yf9y60hv2gml593xfkza4ilq4b22gr8l4v2qip";
+    sha256 = "0pam0si110vkc65kh59lrmgkv91f9zxmf1gpfm99ixjgw25rfi8r";
   };
 
   nativeBuildInputs = [