summary refs log tree commit diff
path: root/pkgs/applications/graphics/darktable
diff options
context:
space:
mode:
authorRyan Mulligan <ryan@ryantm.com>2018-03-25 12:33:32 -0700
committerRyan Mulligan <ryan@ryantm.com>2018-03-25 12:33:32 -0700
commitf590d17d325faebebbe37ee19e8b69a101e1b4b7 (patch)
tree118d85a1517b954376a6c659fc95e428076a0c14 /pkgs/applications/graphics/darktable
parent20f51922c0b8907a98dd2d1359799fab2ffae78b (diff)
downloadnixpkgs-f590d17d325faebebbe37ee19e8b69a101e1b4b7.tar
nixpkgs-f590d17d325faebebbe37ee19e8b69a101e1b4b7.tar.gz
nixpkgs-f590d17d325faebebbe37ee19e8b69a101e1b4b7.tar.bz2
nixpkgs-f590d17d325faebebbe37ee19e8b69a101e1b4b7.tar.lz
nixpkgs-f590d17d325faebebbe37ee19e8b69a101e1b4b7.tar.xz
nixpkgs-f590d17d325faebebbe37ee19e8b69a101e1b4b7.tar.zst
nixpkgs-f590d17d325faebebbe37ee19e8b69a101e1b4b7.zip
darktable: 2.4.1 -> 2.4.2
Semi-automatic update generated by https://github.com/ryantm/nix-update tools.

This update was made based on information from https://repology.org/metapackage/darktable/versions.

These checks were done:

- built on NixOS
- ran `/nix/store/36vw0ki4wqgvwj1f0xgb17qpdxpzijm7-darktable-2.4.2/bin/darktable-cltest help` got 0 exit code
- found 2.4.2 with grep in /nix/store/36vw0ki4wqgvwj1f0xgb17qpdxpzijm7-darktable-2.4.2
- directory tree listing: https://gist.github.com/2fb5b4b7836751e43911e4337febf1ab
Diffstat (limited to 'pkgs/applications/graphics/darktable')
-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 14659d796fc..d81fea5ea39 100644
--- a/pkgs/applications/graphics/darktable/default.nix
+++ b/pkgs/applications/graphics/darktable/default.nix
@@ -6,12 +6,12 @@
 }:
 
 stdenv.mkDerivation rec {
-  version = "2.4.1";
+  version = "2.4.2";
   name = "darktable-${version}";
 
   src = fetchurl {
     url = "https://github.com/darktable-org/darktable/releases/download/release-${version}/darktable-${version}.tar.xz";
-    sha256 = "014pq80i5k1kdvvrl7xrgaaq3i4fzv09h7a3pwzlp2ahkczwcm32";
+    sha256 = "10asz918kv2248px3w9bn5k8cfrad5xrci58x9y61l0yf5hcpk0r";
   };
 
   nativeBuildInputs = [ cmake ninja llvm pkgconfig intltool perl desktop-file-utils wrapGAppsHook ];