summary refs log tree commit diff
path: root/pkgs/development/libraries/libraw
diff options
context:
space:
mode:
authorR. RyanTM <ryantm+bot@ryantm.com>2018-07-03 22:20:07 -0700
committerR. RyanTM <ryantm+bot@ryantm.com>2018-07-03 22:20:07 -0700
commit92d48c6a21a0fe1c814d611b8a923688404f83f0 (patch)
tree339799d776f5f1110e4e5bcfe7dd66f28406cf4e /pkgs/development/libraries/libraw
parenta260b3d681164bedaeb90fd578390147799d638c (diff)
downloadnixpkgs-92d48c6a21a0fe1c814d611b8a923688404f83f0.tar
nixpkgs-92d48c6a21a0fe1c814d611b8a923688404f83f0.tar.gz
nixpkgs-92d48c6a21a0fe1c814d611b8a923688404f83f0.tar.bz2
nixpkgs-92d48c6a21a0fe1c814d611b8a923688404f83f0.tar.lz
nixpkgs-92d48c6a21a0fe1c814d611b8a923688404f83f0.tar.xz
nixpkgs-92d48c6a21a0fe1c814d611b8a923688404f83f0.tar.zst
nixpkgs-92d48c6a21a0fe1c814d611b8a923688404f83f0.zip
libraw: 0.18.12 -> 0.19.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/libraw/versions.

These checks were done:

- built on NixOS
- /nix/store/c152az463594l2si39h4assahzv5wv6r-libraw-0.19.0/bin/raw-identify passed the binary check.
- /nix/store/c152az463594l2si39h4assahzv5wv6r-libraw-0.19.0/bin/unprocessed_raw passed the binary check.
- /nix/store/c152az463594l2si39h4assahzv5wv6r-libraw-0.19.0/bin/4channels passed the binary check.
- /nix/store/c152az463594l2si39h4assahzv5wv6r-libraw-0.19.0/bin/simple_dcraw passed the binary check.
- /nix/store/c152az463594l2si39h4assahzv5wv6r-libraw-0.19.0/bin/mem_image passed the binary check.
- /nix/store/c152az463594l2si39h4assahzv5wv6r-libraw-0.19.0/bin/dcraw_half passed the binary check.
- /nix/store/c152az463594l2si39h4assahzv5wv6r-libraw-0.19.0/bin/half_mt passed the binary check.
- /nix/store/c152az463594l2si39h4assahzv5wv6r-libraw-0.19.0/bin/multirender_test passed the binary check.
- /nix/store/c152az463594l2si39h4assahzv5wv6r-libraw-0.19.0/bin/postprocessing_benchmark passed the binary check.
- /nix/store/c152az463594l2si39h4assahzv5wv6r-libraw-0.19.0/bin/dcraw_emu passed the binary check.
- 10 of 10 passed binary check by having a zero exit code.
- 0 of 10 passed binary check by having the new version present in output.
- found 0.19.0 with grep in /nix/store/c152az463594l2si39h4assahzv5wv6r-libraw-0.19.0
- directory tree listing: https://gist.github.com/d21a46bb80b662baa7febf18eab4e313
- du listing: https://gist.github.com/02a9d0af77dcf1045b4d3c5f7d17528f
Diffstat (limited to 'pkgs/development/libraries/libraw')
-rw-r--r--pkgs/development/libraries/libraw/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/libraw/default.nix b/pkgs/development/libraries/libraw/default.nix
index 9803e09610e..e009a9f920b 100644
--- a/pkgs/development/libraries/libraw/default.nix
+++ b/pkgs/development/libraries/libraw/default.nix
@@ -2,11 +2,11 @@
 
 stdenv.mkDerivation rec {
   name = "libraw-${version}";
-  version = "0.18.12";
+  version = "0.19.0";
 
   src = fetchurl {
     url = "https://www.libraw.org/data/LibRaw-${version}.tar.gz";
-    sha256 = "1m2khr2cij8z6lawgbmdksjn14fpnjsy8ad4qahnpqapm1slsxap";
+    sha256 = "0nfj7s7qmgfy1cl8s3ck7dxjvprfq5glfi6iidmvmy8r7gl52gz8";
   };
 
   outputs = [ "out" "lib" "dev" "doc" ];