summary refs log tree commit diff
path: root/pkgs/applications/graphics/darktable/default.nix
diff options
context:
space:
mode:
authorCillian de Róiste <cillian.deroiste@gmail.com>2015-05-31 13:09:03 +0200
committerCillian de Róiste <cillian.deroiste@gmail.com>2015-05-31 13:12:39 +0200
commit72b259f61edf5c0391d16adf5d27355eb48161ac (patch)
treedea6b1d0fca9e9ab468074d2f6918a0e496a9b11 /pkgs/applications/graphics/darktable/default.nix
parent36985e8b5af575805b7fb1d54e522c52b4be306f (diff)
downloadnixpkgs-72b259f61edf5c0391d16adf5d27355eb48161ac.tar
nixpkgs-72b259f61edf5c0391d16adf5d27355eb48161ac.tar.gz
nixpkgs-72b259f61edf5c0391d16adf5d27355eb48161ac.tar.bz2
nixpkgs-72b259f61edf5c0391d16adf5d27355eb48161ac.tar.lz
nixpkgs-72b259f61edf5c0391d16adf5d27355eb48161ac.tar.xz
nixpkgs-72b259f61edf5c0391d16adf5d27355eb48161ac.tar.zst
nixpkgs-72b259f61edf5c0391d16adf5d27355eb48161ac.zip
darktable: update from 1.6.4 to 1.6.6
Diffstat (limited to 'pkgs/applications/graphics/darktable/default.nix')
-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 0589de8726a..3398fed6595 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.4";
+  version = "1.6.6";
   name = "darktable-${version}";
 
   src = fetchurl {
     url = "https://github.com/darktable-org/darktable/releases/download/release-${version}/darktable-${version}.tar.xz";
-    sha256 = "0ald6qqg7abgr8hj2qk45260cqh3fddzqbxc1p7ll0ac2vl0bxy5";
+    sha256 = "1991zm0ly2j69vq9jsijfrjw0vnchh3il7m4ylsblzk73614nppq";
   };
 
   buildInputs =