Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

darktable: 3.0.0 -> 3.0.1

(cherry picked from commit eb3690c462b03780edfd0221a304b5caac3e0ce7)

authored by

R. RyanTM and committed by
Lancelot SIX
b323c010 359934fe

+3 -3
+3 -3
pkgs/applications/graphics/darktable/default.nix
··· 7 }: 8 9 stdenv.mkDerivation rec { 10 - version = "3.0.0"; 11 pname = "darktable"; 12 13 src = fetchurl { 14 url = "https://github.com/darktable-org/darktable/releases/download/release-${version}/darktable-${version}.tar.xz"; 15 - sha256 = "7195a5ff7ee95ab7c5a57e4e84f8c90cc4728b2c917359203c21293ab754c0db"; 16 }; 17 18 nativeBuildInputs = [ cmake ninja llvm pkgconfig intltool perl desktop-file-utils wrapGAppsHook ]; ··· 50 51 meta = with stdenv.lib; { 52 description = "Virtual lighttable and darkroom for photographers"; 53 - homepage = https://www.darktable.org; 54 license = licenses.gpl3Plus; 55 platforms = platforms.linux ++ platforms.darwin; 56 maintainers = with maintainers; [ goibhniu flosse mrVanDalo ];
··· 7 }: 8 9 stdenv.mkDerivation rec { 10 + version = "3.0.1"; 11 pname = "darktable"; 12 13 src = fetchurl { 14 url = "https://github.com/darktable-org/darktable/releases/download/release-${version}/darktable-${version}.tar.xz"; 15 + sha256 = "1dvwmgnlfvi1lvdhgyddcp5apwlc8v5gwy9gmfcpra8lv8hkjjy5"; 16 }; 17 18 nativeBuildInputs = [ cmake ninja llvm pkgconfig intltool perl desktop-file-utils wrapGAppsHook ]; ··· 50 51 meta = with stdenv.lib; { 52 description = "Virtual lighttable and darkroom for photographers"; 53 + homepage = "https://www.darktable.org"; 54 license = licenses.gpl3Plus; 55 platforms = platforms.linux ++ platforms.darwin; 56 maintainers = with maintainers; [ goibhniu flosse mrVanDalo ];