about 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-01-02 23:48:48 +0100
committerCillian de Róiste <cillian.deroiste@gmail.com>2015-01-02 23:48:48 +0100
commitd168e77b71eefd04db63123cacb3158e97eb3416 (patch)
tree9304a96e5a3687989606c13ef5003f461fa9eec5 /pkgs/applications/graphics/darktable
parentf5e874903e0c15137fee255420756ecbef9b022c (diff)
darktable: update from 1.6.0 to 1.6.1
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 f15c5addf98c2..3d1d5f7d14f90 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.0";
+  version = "1.6.1";
   name = "darktable-${version}";
 
   src = fetchurl {
     url = "https://github.com/darktable-org/darktable/releases/download/release-${version}/darktable-${version}.tar.xz";
-    sha256 = "0zjrcd9a73ikn9g8yx9lixz1ifwbmy2vg2ipc24lnkpqhrbb1y1b";
+    sha256 = "1iijbrq2chqwvvb8nv744fg1q1c9iflrw8jbc7rhj97jdmdyqwhk";
   };
 
   buildInputs =