about summary refs log tree commit diff
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2024-03-12 18:56:31 +0100
committerGitHub <noreply@github.com>2024-03-12 18:56:31 +0100
commit6e04aef752f3f2f2c5609cc61ee4548461491847 (patch)
tree62539bfc1bcec921e55c974d9f679d611bfa6f69
parent0a26e07a486edd6073acc7dfccc956cfdaa92432 (diff)
parent778180f8669d638df9d136333d534a3a4c231a3e (diff)
downloadnixlib-6e04aef752f3f2f2c5609cc61ee4548461491847.tar
nixlib-6e04aef752f3f2f2c5609cc61ee4548461491847.tar.gz
nixlib-6e04aef752f3f2f2c5609cc61ee4548461491847.tar.bz2
nixlib-6e04aef752f3f2f2c5609cc61ee4548461491847.tar.lz
nixlib-6e04aef752f3f2f2c5609cc61ee4548461491847.tar.xz
nixlib-6e04aef752f3f2f2c5609cc61ee4548461491847.tar.zst
nixlib-6e04aef752f3f2f2c5609cc61ee4548461491847.zip
Merge pull request #295272 from r-ryantm/auto-update/gthumb
gthumb: 3.12.5 -> 3.12.6
-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 44a86c6447dc..86de9fb2aede 100644
--- a/pkgs/applications/graphics/gthumb/default.nix
+++ b/pkgs/applications/graphics/gthumb/default.nix
@@ -35,11 +35,11 @@
 
 stdenv.mkDerivation rec {
   pname = "gthumb";
-  version = "3.12.5";
+  version = "3.12.6";
 
   src = fetchurl {
     url = "mirror://gnome/sources/${pname}/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
-    sha256 = "sha256-9jhd9F/oxyYuw0nhP4FRLpDpl5jdI3eTLkKR1jNZ86s=";
+    sha256 = "sha256-YIdwxsjnMHOh1AS2W9G3YeGsXcJecBMP8HJIj6kvXDM=";
   };
 
   nativeBuildInputs = [