summary refs log tree commit diff
path: root/pkgs/applications/graphics
diff options
context:
space:
mode:
authorNiklas Hambüchen <mail@nh2.me>2020-01-18 02:45:39 +0100
committerGitHub <noreply@github.com>2020-01-18 02:45:39 +0100
commit644fd15a2aeb886ffc672e055e57bb57479008a7 (patch)
treeb21163a83137bd54ca24e22a6a6ff8941ea5f6f4 /pkgs/applications/graphics
parent5cda7099ae6fcc5d94d4a9979aadb55ed4162246 (diff)
parent8b42ff460cead40f173962ca05b06b0a7e3f0c82 (diff)
downloadnixpkgs-644fd15a2aeb886ffc672e055e57bb57479008a7.tar
nixpkgs-644fd15a2aeb886ffc672e055e57bb57479008a7.tar.gz
nixpkgs-644fd15a2aeb886ffc672e055e57bb57479008a7.tar.bz2
nixpkgs-644fd15a2aeb886ffc672e055e57bb57479008a7.tar.lz
nixpkgs-644fd15a2aeb886ffc672e055e57bb57479008a7.tar.xz
nixpkgs-644fd15a2aeb886ffc672e055e57bb57479008a7.tar.zst
nixpkgs-644fd15a2aeb886ffc672e055e57bb57479008a7.zip
Merge pull request #77084 from r-ryantm/auto-update/gthumb
gthumb: 3.8.2 -> 3.8.3
Diffstat (limited to 'pkgs/applications/graphics')
-rw-r--r--pkgs/applications/graphics/gthumb/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/graphics/gthumb/default.nix b/pkgs/applications/graphics/gthumb/default.nix
index f0057f3a1a8..b51db1e945f 100644
--- a/pkgs/applications/graphics/gthumb/default.nix
+++ b/pkgs/applications/graphics/gthumb/default.nix
@@ -33,11 +33,11 @@
 
 stdenv.mkDerivation rec {
   pname = "gthumb";
-  version = "3.8.2";
+  version = "3.8.3";
 
   src = fetchurl {
     url = "mirror://gnome/sources/${pname}/${stdenv.lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
-    sha256 = "15wqks35ks5dm7zj046dfd45vvrilan2ayfy2sxiprv7q74cip2q";
+    sha256 = "1a0gss9cjcwayrcpkam5kc1giwbfy38jgqxvh33in9gfq9dgrygg";
   };
 
   nativeBuildInputs = [