summary refs log tree commit diff
path: root/pkgs/applications/graphics/darktable/default.nix
diff options
context:
space:
mode:
authorMica Semrick <mica@silentumbrella.com>2019-10-22 22:25:13 -0700
committerLassulus <github@lassul.us>2019-10-23 15:08:36 +0200
commit2084e15fb896dbfc6fe48be810321576f7684d7d (patch)
tree5af1a2861e8155db39aab997b7c10f6357a77f87 /pkgs/applications/graphics/darktable/default.nix
parentea8cb3a8a501174ffea8818de202a7228ade0b67 (diff)
downloadnixpkgs-2084e15fb896dbfc6fe48be810321576f7684d7d.tar
nixpkgs-2084e15fb896dbfc6fe48be810321576f7684d7d.tar.gz
nixpkgs-2084e15fb896dbfc6fe48be810321576f7684d7d.tar.bz2
nixpkgs-2084e15fb896dbfc6fe48be810321576f7684d7d.tar.lz
nixpkgs-2084e15fb896dbfc6fe48be810321576f7684d7d.tar.xz
nixpkgs-2084e15fb896dbfc6fe48be810321576f7684d7d.tar.zst
nixpkgs-2084e15fb896dbfc6fe48be810321576f7684d7d.zip
darktable 2.6.2 -> 2.6.3
Updating to newest minor version
Diffstat (limited to 'pkgs/applications/graphics/darktable/default.nix')
-rw-r--r--pkgs/applications/graphics/darktable/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/graphics/darktable/default.nix b/pkgs/applications/graphics/darktable/default.nix
index d3c7691ccff..4f4f04af28b 100644
--- a/pkgs/applications/graphics/darktable/default.nix
+++ b/pkgs/applications/graphics/darktable/default.nix
@@ -7,12 +7,12 @@
 }:
 
 stdenv.mkDerivation rec {
-  version = "2.6.2";
+  version = "2.6.3";
   pname = "darktable";
 
   src = fetchurl {
     url = "https://github.com/darktable-org/darktable/releases/download/release-${version}/darktable-${version}.tar.xz";
-    sha256 = "0igvgyd042j7hm4y8fcm6dc1qqjs4d1r7y6f0pzpa0x416xyzfcw";
+    sha256 = "a518999c8458472edfc04577026ce5047d74553052af0f52d10ba8ce601b78f0";
   };
 
   nativeBuildInputs = [ cmake ninja llvm pkgconfig intltool perl desktop-file-utils wrapGAppsHook ];