Skip to content

Commit

Permalink
darktable: 3.0.0 -> 3.0.1
Browse files Browse the repository at this point in the history
(cherry picked from commit eb3690c)
  • Loading branch information
r-ryantm authored and lsix committed Mar 21, 2020
1 parent 359934f commit b323c01
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/applications/graphics/darktable/default.nix
Expand Up @@ -7,12 +7,12 @@
}:

stdenv.mkDerivation rec {
version = "3.0.0";
version = "3.0.1";
pname = "darktable";

src = fetchurl {
url = "https://github.com/darktable-org/darktable/releases/download/release-${version}/darktable-${version}.tar.xz";
sha256 = "7195a5ff7ee95ab7c5a57e4e84f8c90cc4728b2c917359203c21293ab754c0db";
sha256 = "1dvwmgnlfvi1lvdhgyddcp5apwlc8v5gwy9gmfcpra8lv8hkjjy5";
};

nativeBuildInputs = [ cmake ninja llvm pkgconfig intltool perl desktop-file-utils wrapGAppsHook ];
Expand Down Expand Up @@ -50,7 +50,7 @@ stdenv.mkDerivation rec {

meta = with stdenv.lib; {
description = "Virtual lighttable and darkroom for photographers";
homepage = https://www.darktable.org;
homepage = "https://www.darktable.org";
license = licenses.gpl3Plus;
platforms = platforms.linux ++ platforms.darwin;
maintainers = with maintainers; [ goibhniu flosse mrVanDalo ];
Expand Down

0 comments on commit b323c01

Please sign in to comment.