summary refs log tree commit diff
path: root/pkgs/tools/graphics
diff options
context:
space:
mode:
authorR. RyanTM <ryantm+bot@ryantm.com>2018-04-07 14:06:39 -0700
committerR. RyanTM <ryantm+bot@ryantm.com>2018-04-07 14:06:39 -0700
commitbdb945ce35c039cab126830a8f55e2f7888ea35b (patch)
treef3a0af151057d61ebff5c9172501d9dcbc8ccd61 /pkgs/tools/graphics
parentc45eadf31ddf61328a33dc9215c4b1f1f4f2c0d2 (diff)
downloadnixpkgs-bdb945ce35c039cab126830a8f55e2f7888ea35b.tar
nixpkgs-bdb945ce35c039cab126830a8f55e2f7888ea35b.tar.gz
nixpkgs-bdb945ce35c039cab126830a8f55e2f7888ea35b.tar.bz2
nixpkgs-bdb945ce35c039cab126830a8f55e2f7888ea35b.tar.lz
nixpkgs-bdb945ce35c039cab126830a8f55e2f7888ea35b.tar.xz
nixpkgs-bdb945ce35c039cab126830a8f55e2f7888ea35b.tar.zst
nixpkgs-bdb945ce35c039cab126830a8f55e2f7888ea35b.zip
dcraw: 9.26.0 -> 9.27.0
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

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

These checks were done:

- built on NixOS
- Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.)
- found 9.27.0 with grep in /nix/store/l6b0pk32npx23k5qpdi5n8zcfq9sahx4-dcraw-9.27.0
- directory tree listing: https://gist.github.com/4c120255f84b102eb8cf19d2ee4bd491
Diffstat (limited to 'pkgs/tools/graphics')
-rw-r--r--pkgs/tools/graphics/dcraw/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/graphics/dcraw/default.nix b/pkgs/tools/graphics/dcraw/default.nix
index 30546865bcc..0223375a088 100644
--- a/pkgs/tools/graphics/dcraw/default.nix
+++ b/pkgs/tools/graphics/dcraw/default.nix
@@ -1,11 +1,11 @@
 {stdenv, fetchurl, libjpeg, lcms2, gettext, jasper }:
 
 stdenv.mkDerivation rec {
-  name = "dcraw-9.26.0";
+  name = "dcraw-9.27.0";
 
   src = fetchurl {
     url = "http://www.cybercom.net/~dcoffin/dcraw/archive/${name}.tar.gz";
-    sha256 = "18zvzaxjq1yaj90xm8bwb30lqbjyjyp002bp175dayh3kr91syc5";
+    sha256 = "16bhk3pl5kb9ikv367szl8m92nx85rqypz5im8x3sakm357wrn61";
   };
 
   buildInputs = [ libjpeg lcms2 gettext jasper ];