Merge pull request #248719 from r-ryantm/auto-update/faudio

faudio: 23.07 -> 23.08

authored by Mario Rodas and committed by GitHub dc21f173 72918e0e

+3 -2
+3 -2
pkgs/development/libraries/faudio/default.nix
··· 4 4 5 5 stdenv.mkDerivation rec { 6 6 pname = "faudio"; 7 - version = "23.07"; 7 + version = "23.08"; 8 8 9 9 src = fetchFromGitHub { 10 10 owner = "FNA-XNA"; 11 11 repo = "FAudio"; 12 12 rev = version; 13 - sha256 = "sha256-HGW28mM/rg8VALRoo4iFNHogBkPaVpU80eJh3NmxBqw="; 13 + sha256 = "sha256-ceFnk0JQtolx7Q1FnADCO0z6fCxu1RzmN3sHohy4hzU="; 14 14 }; 15 15 16 16 nativeBuildInputs = [cmake]; ··· 20 20 meta = with lib; { 21 21 description = "XAudio reimplementation focusing to develop a fully accurate DirectX audio library"; 22 22 homepage = "https://github.com/FNA-XNA/FAudio"; 23 + changelog = "https://github.com/FNA-XNA/FAudio/releases/tag/${version}"; 23 24 license = licenses.zlib; 24 25 platforms = platforms.linux; 25 26 maintainers = [ maintainers.marius851000 ];