summary refs log tree commit diff
path: root/pkgs/applications/graphics
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2021-07-04 00:01:25 +0000
committerGitHub <noreply@github.com>2021-07-04 00:01:25 +0000
commitaf65e88cc673a4963db0c3d2059b6bcb04c83df9 (patch)
treed7ec226c4461f3f147c076c6c0594bf7b9157cbf /pkgs/applications/graphics
parentf0fbfdefe7397ab56ddffc92004842c067393b2a (diff)
parent06607de5331dbe957cd626b8912f4d7ecef04fa8 (diff)
downloadnixpkgs-af65e88cc673a4963db0c3d2059b6bcb04c83df9.tar
nixpkgs-af65e88cc673a4963db0c3d2059b6bcb04c83df9.tar.gz
nixpkgs-af65e88cc673a4963db0c3d2059b6bcb04c83df9.tar.bz2
nixpkgs-af65e88cc673a4963db0c3d2059b6bcb04c83df9.tar.lz
nixpkgs-af65e88cc673a4963db0c3d2059b6bcb04c83df9.tar.xz
nixpkgs-af65e88cc673a4963db0c3d2059b6bcb04c83df9.tar.zst
nixpkgs-af65e88cc673a4963db0c3d2059b6bcb04c83df9.zip
Merge master into staging-next
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 ];