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

faudio: 22.02 -> 22.04
This commit is contained in:
Lassulus 2022-06-20 12:51:21 +02:00 committed by GitHub
commit 855b8203bb
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.02";
version = "22.04";
src = fetchFromGitHub {
owner = "FNA-XNA";
repo = "FAudio";
rev = version;
sha256 = "sha256-qjXFpxoFF70aOaEq9/JfI2DtFxxHjyK2OnDaXMiqQMM=";
sha256 = "sha256-2XQpwPNWjK5FF9ex5QxrGEPsUXT/MBqjXy7P2D/SxZw=";
};
nativeBuildInputs = [cmake];