about summary refs log tree commit diff
path: root/pkgs/applications/graphics
diff options
context:
space:
mode:
authorLancelot SIX <lsix+github@lancelotsix.com>2020-03-21 13:05:24 +0100
committerGitHub <noreply@github.com>2020-03-21 13:05:24 +0100
commite7d2655efbe7fb3cec35fbc5f2ef3f3fda2ab3a2 (patch)
treea95d87de59ad6fcc69f4f2f4d8025ba9e59aee7f /pkgs/applications/graphics
parentbfb747aacf5bccf1609170839d63e519cf63ca0c (diff)
parenteb3690c462b03780edfd0221a304b5caac3e0ce7 (diff)
downloadnixlib-e7d2655efbe7fb3cec35fbc5f2ef3f3fda2ab3a2.tar
nixlib-e7d2655efbe7fb3cec35fbc5f2ef3f3fda2ab3a2.tar.gz
nixlib-e7d2655efbe7fb3cec35fbc5f2ef3f3fda2ab3a2.tar.bz2
nixlib-e7d2655efbe7fb3cec35fbc5f2ef3f3fda2ab3a2.tar.lz
nixlib-e7d2655efbe7fb3cec35fbc5f2ef3f3fda2ab3a2.tar.xz
nixlib-e7d2655efbe7fb3cec35fbc5f2ef3f3fda2ab3a2.tar.zst
nixlib-e7d2655efbe7fb3cec35fbc5f2ef3f3fda2ab3a2.zip
Merge pull request #83034 from r-ryantm/auto-update/darktable
darktable: 3.0.0 -> 3.0.1
Diffstat (limited to 'pkgs/applications/graphics')
-rw-r--r--pkgs/applications/graphics/darktable/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/graphics/darktable/default.nix b/pkgs/applications/graphics/darktable/default.nix
index 53e04dc7f784..771e6677b170 100644
--- a/pkgs/applications/graphics/darktable/default.nix
+++ b/pkgs/applications/graphics/darktable/default.nix
@@ -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 ];
@@ -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 ];