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

faudio: 22.04 -> 22.08
This commit is contained in:
Jonas Heinrich 2022-08-27 11:28:58 +02:00 committed by GitHub
commit 4c5be59515
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,13 +4,13 @@
stdenv.mkDerivation rec {
pname = "faudio";
version = "22.04";
version = "22.08";
src = fetchFromGitHub {
owner = "FNA-XNA";
repo = "FAudio";
rev = version;
sha256 = "sha256-2XQpwPNWjK5FF9ex5QxrGEPsUXT/MBqjXy7P2D/SxZw=";
sha256 = "sha256-ZGyLP7dsVDKPCGA/6MNSEifd1rOcYqLdcEXYIQxrgtE=";
};
nativeBuildInputs = [cmake];