darktable: update from 1.6.3 to 1.6.4

This commit is contained in:
Cillian de Róiste 2015-04-20 14:49:55 +02:00 committed by Cillian de Róiste
parent c6ebc7f1de
commit 3c656e1014

View file

@ -9,12 +9,12 @@
assert stdenv ? glibc;
stdenv.mkDerivation rec {
version = "1.6.3";
version = "1.6.4";
name = "darktable-${version}";
src = fetchurl {
url = "https://github.com/darktable-org/darktable/releases/download/release-${version}/darktable-${version}.tar.xz";
sha256 = "13gj5z9dz1847wlbn2cqpkvr64ds8yrn5hacs5wvbqmh0z9v6aw5";
sha256 = "0ald6qqg7abgr8hj2qk45260cqh3fddzqbxc1p7ll0ac2vl0bxy5";
};
buildInputs =