summary refs log tree commit diff
path: root/pkgs/applications/graphics/darktable/default.nix
diff options
context:
space:
mode:
authorRickard Nilsson <rickynils@gmail.com>2013-07-02 18:38:56 +0200
committerRickard Nilsson <rickynils@gmail.com>2013-07-02 18:38:56 +0200
commitac8eb2523bfa6990f75e9bf070f25317c35fb69a (patch)
tree6e2c0141c64e07d2c9749760d45aeec4c106595c /pkgs/applications/graphics/darktable/default.nix
parent75e34854f667506ecffcc6b5f8ba51a1aa6e4d43 (diff)
downloadnixpkgs-ac8eb2523bfa6990f75e9bf070f25317c35fb69a.tar
nixpkgs-ac8eb2523bfa6990f75e9bf070f25317c35fb69a.tar.gz
nixpkgs-ac8eb2523bfa6990f75e9bf070f25317c35fb69a.tar.bz2
nixpkgs-ac8eb2523bfa6990f75e9bf070f25317c35fb69a.tar.lz
nixpkgs-ac8eb2523bfa6990f75e9bf070f25317c35fb69a.tar.xz
nixpkgs-ac8eb2523bfa6990f75e9bf070f25317c35fb69a.tar.zst
nixpkgs-ac8eb2523bfa6990f75e9bf070f25317c35fb69a.zip
darktable: Update to 1.2.2
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 91c91dc3925..315e101857e 100644
--- a/pkgs/applications/graphics/darktable/default.nix
+++ b/pkgs/applications/graphics/darktable/default.nix
@@ -8,12 +8,12 @@
 assert stdenv ? glibc;
 
 stdenv.mkDerivation rec {
-  version = "1.2";
+  version = "1.2.2";
   name = "darktable-${version}";
 
   src = fetchurl {
     url = "mirror://sourceforge/darktable/darktable/1.2/darktable-${version}.tar.xz";
-    sha256 = "0l2lrly46nda7b2y4gskqqxaajia34g487bgjcpd5ysxbhmmhlnw";
+    sha256 = "0nf85wjhlisbgwkfkc1wb8y7dpnx3v8zk9g3ghbd51gi7s62x40j";
   };
 
   buildInputs =