summary refs log tree commit diff
path: root/pkgs/applications/graphics
diff options
context:
space:
mode:
authorJohannes May <johannes@may-se.de>2021-07-03 17:02:25 +0200
committerJohannes May <johannes@may-se.de>2021-07-03 17:02:25 +0200
commit3f2a44978b3b782e2ea76e5f4947c87ab2104f4b (patch)
tree882ac8903039a7ba8c0f343bca297ed785a9cddc /pkgs/applications/graphics
parent6ad9193ea2cd18743d5ba5ad7c147cc0d48f1a05 (diff)
downloadnixpkgs-3f2a44978b3b782e2ea76e5f4947c87ab2104f4b.tar
nixpkgs-3f2a44978b3b782e2ea76e5f4947c87ab2104f4b.tar.gz
nixpkgs-3f2a44978b3b782e2ea76e5f4947c87ab2104f4b.tar.bz2
nixpkgs-3f2a44978b3b782e2ea76e5f4947c87ab2104f4b.tar.lz
nixpkgs-3f2a44978b3b782e2ea76e5f4947c87ab2104f4b.tar.xz
nixpkgs-3f2a44978b3b782e2ea76e5f4947c87ab2104f4b.tar.zst
nixpkgs-3f2a44978b3b782e2ea76e5f4947c87ab2104f4b.zip
darktable: 3.4.1 -> 3.6.0
Release information: https://www.darktable.org/2021/07/darktable-360-released/
Diffstat (limited to 'pkgs/applications/graphics')
-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 469437c6c95..cc15b96b4b6 100644
--- a/pkgs/applications/graphics/darktable/default.nix
+++ b/pkgs/applications/graphics/darktable/default.nix
@@ -7,12 +7,12 @@
 }:
 
 stdenv.mkDerivation rec {
-  version = "3.4.1";
+  version = "3.6.0";
   pname = "darktable";
 
   src = fetchurl {
     url = "https://github.com/darktable-org/darktable/releases/download/release-${version}/darktable-${version}.tar.xz";
-    sha256 = "sha256-f8P4UdqbzXxQU+zQnyGqPrYQO+mKbFj1IBC28iF0lB4=";
+    sha256 = "sha256:0f8aqwkgw4gs97b5i4ygiqk5zilwq7ax7zwdd31r72zk98cd1g46";
   };
 
   nativeBuildInputs = [ cmake ninja llvm pkg-config intltool perl desktop-file-utils wrapGAppsHook ];