darktable 2.0.4 -> 2.0.5 (#17568)

authored by Mica and committed by Rok Garbas f9dfe0d8 ed4a061c

+2 -2
+2 -2
pkgs/applications/graphics/darktable/default.nix
··· 11 11 assert stdenv ? glibc; 12 12 13 13 stdenv.mkDerivation rec { 14 - version = "2.0.4"; 14 + version = "2.0.5"; 15 15 name = "darktable-${version}"; 16 16 17 17 src = fetchurl { 18 18 url = "https://github.com/darktable-org/darktable/releases/download/release-${version}/darktable-${version}.tar.xz"; 19 - sha256 = "0qhyjsjjcd8yirqdnzbbzsldwd6y4wf1bxjbsshvqq7h5xi4ir40"; 19 + sha256 = "00hap68yvfdif6a4lpbhn4jx1n68mpd2kj473kml1xby9swp32w9"; 20 20 }; 21 21 22 22 buildInputs =