libraw: 0.19.3 -> 0.19.5

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

authored by

R. RyanTM and committed by
Jon
ced0171b 92ca20ef

+2 -2
+2 -2
pkgs/development/libraries/libraw/default.nix
··· 2 2 3 3 stdenv.mkDerivation rec { 4 4 pname = "libraw"; 5 - version = "0.19.3"; 5 + version = "0.19.5"; 6 6 7 7 src = fetchurl { 8 8 url = "https://www.libraw.org/data/LibRaw-${version}.tar.gz"; 9 - sha256 = "0xs1qb6pcvc4c43fy5xi3nkqxcif77gakkw99irf0fc5iccdd5px"; 9 + sha256 = "1x827sh6vl8j3ll2ihkcr234y07f31hi1v7sl08jfw3irkbn58j0"; 10 10 }; 11 11 12 12 outputs = [ "out" "lib" "dev" "doc" ];