summary refs log tree commit diff
path: root/pkgs/applications/graphics/darktable
diff options
context:
space:
mode:
authorCillian de Róiste <cillian.deroiste@gmail.com>2015-03-07 19:02:55 +0100
committerCillian de Róiste <cillian.deroiste@gmail.com>2015-03-07 19:02:55 +0100
commit79d7605311b8a6fb2ea66b279c3f658e9374bdb4 (patch)
treef235cfe1d2252822f9beb416bee89c27b82e6f97 /pkgs/applications/graphics/darktable
parenta88bc51cf4acc7d8b02c87d8e3e6e5d24fc5db89 (diff)
downloadnixlib-79d7605311b8a6fb2ea66b279c3f658e9374bdb4.tar
nixlib-79d7605311b8a6fb2ea66b279c3f658e9374bdb4.tar.gz
nixlib-79d7605311b8a6fb2ea66b279c3f658e9374bdb4.tar.bz2
nixlib-79d7605311b8a6fb2ea66b279c3f658e9374bdb4.tar.lz
nixlib-79d7605311b8a6fb2ea66b279c3f658e9374bdb4.tar.xz
nixlib-79d7605311b8a6fb2ea66b279c3f658e9374bdb4.tar.zst
nixlib-79d7605311b8a6fb2ea66b279c3f658e9374bdb4.zip
darktable: update from 1.6.2 to 1.6.3
Diffstat (limited to 'pkgs/applications/graphics/darktable')
-rw-r--r--pkgs/applications/graphics/darktable/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/graphics/darktable/default.nix b/pkgs/applications/graphics/darktable/default.nix
index 6a598146561b..8aefbb9429c5 100644
--- a/pkgs/applications/graphics/darktable/default.nix
+++ b/pkgs/applications/graphics/darktable/default.nix
@@ -9,12 +9,12 @@
 assert stdenv ? glibc;
 
 stdenv.mkDerivation rec {
-  version = "1.6.2";
+  version = "1.6.3";
   name = "darktable-${version}";
 
   src = fetchurl {
     url = "https://github.com/darktable-org/darktable/releases/download/release-${version}/darktable-${version}.tar.xz";
-    sha256 = "1gf5pl4fhak1aqx3dgg0491zgsl6qr6kgyl034hnk4fzwn65zvk6";
+    sha256 = "13gj5z9dz1847wlbn2cqpkvr64ds8yrn5hacs5wvbqmh0z9v6aw5";
   };
 
   buildInputs =