about summary refs log tree commit diff
path: root/pkgs/tools
diff options
context:
space:
mode:
authorJörg Thalheim <Mic92@users.noreply.github.com>2021-12-11 14:05:51 +0000
committerGitHub <noreply@github.com>2021-12-11 14:05:51 +0000
commit721731368012607ac046120a1c94db12870cb58a (patch)
tree241f9a8cd3e57524c4ee5aa3bb2c98ed824cba51 /pkgs/tools
parent28114ad79f77a070801ae6260c6d52f9c6d61519 (diff)
parent98b1e200e274c964b79ad50271c60eb9005b3e3f (diff)
Merge pull request #150158 from r-ryantm/auto-update/gmic
gmic: 2.9.8 -> 2.9.9
Diffstat (limited to 'pkgs/tools')
-rw-r--r--pkgs/tools/graphics/gmic/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/graphics/gmic/default.nix b/pkgs/tools/graphics/gmic/default.nix
index d12a213a31e54..e43370aef908e 100644
--- a/pkgs/tools/graphics/gmic/default.nix
+++ b/pkgs/tools/graphics/gmic/default.nix
@@ -15,13 +15,13 @@
 
 stdenv.mkDerivation rec {
   pname = "gmic";
-  version = "2.9.8";
+  version = "2.9.9";
 
   outputs = [ "out" "lib" "dev" "man" ];
 
   src = fetchurl {
     url = "https://gmic.eu/files/source/gmic_${version}.tar.gz";
-    sha256 = "sha256-GNa7xzGuO02oplasGJR2eTsRGp3Rn3LbIxLwdN983II=";
+    sha256 = "sha256-nwUzOHUuyWprYZcYA3dnaCxf1Y4kccCPN0D9sHBgW8A=";
   };
 
   nativeBuildInputs = [