summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorCillian de Róiste <cillian.deroiste@gmail.com>2015-02-28 17:12:12 +0100
committerCillian de Róiste <cillian.deroiste@gmail.com>2015-02-28 17:12:12 +0100
commit66dc6872ce06e9a6f2b629a9fc63a71de175b28e (patch)
tree5181476febf31175803dba33ad17a3bf254ae908 /pkgs/applications
parent4129886f2e0c2551f8f44c2ce72649621f53c3fc (diff)
downloadnixlib-66dc6872ce06e9a6f2b629a9fc63a71de175b28e.tar
nixlib-66dc6872ce06e9a6f2b629a9fc63a71de175b28e.tar.gz
nixlib-66dc6872ce06e9a6f2b629a9fc63a71de175b28e.tar.bz2
nixlib-66dc6872ce06e9a6f2b629a9fc63a71de175b28e.tar.lz
nixlib-66dc6872ce06e9a6f2b629a9fc63a71de175b28e.tar.xz
nixlib-66dc6872ce06e9a6f2b629a9fc63a71de175b28e.tar.zst
nixlib-66dc6872ce06e9a6f2b629a9fc63a71de175b28e.zip
darktable: update from 1.6.1 to 1.6.2
Diffstat (limited to 'pkgs/applications')
-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 3d1d5f7d14f9..6a598146561b 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.1";
+  version = "1.6.2";
   name = "darktable-${version}";
 
   src = fetchurl {
     url = "https://github.com/darktable-org/darktable/releases/download/release-${version}/darktable-${version}.tar.xz";
-    sha256 = "1iijbrq2chqwvvb8nv744fg1q1c9iflrw8jbc7rhj97jdmdyqwhk";
+    sha256 = "1gf5pl4fhak1aqx3dgg0491zgsl6qr6kgyl034hnk4fzwn65zvk6";
   };
 
   buildInputs =