fdk_aac: 0.1.5 -> 0.1.6

Semi-automatic update generated by https://github.com/ryantm/nix-update tools. 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 0.1.6 with grep in /nix/store/cp8yg64bk9zga197f0npsp23l1w23r1r-fdk-aac-0.1.6
- directory tree listing: https://gist.github.com/4a817b07a8c77aa7e3d16adb65f01186

authored by

Ryan Mulligan and committed by
Matthew Justin Bauer
ea4042e8 b51e229d

+2 -2
+2 -2
pkgs/development/libraries/fdk-aac/default.nix
··· 5 5 with stdenv.lib; 6 6 stdenv.mkDerivation rec { 7 7 name = "fdk-aac-${version}"; 8 - version = "0.1.5"; 8 + version = "0.1.6"; 9 9 10 10 src = fetchurl { 11 11 url = "mirror://sourceforge/opencore-amr/fdk-aac/${name}.tar.gz"; 12 - sha256 = "1msdkcf559agmpycd4bk0scm2s2h9jyzbnnw1yrfarxlcwm5jr11"; 12 + sha256 = "1bfkpqba0v2jgxqwaf9xsrr63a089wckrir497lm6nbbmi11pdma"; 13 13 }; 14 14 15 15 configureFlags = [ ]