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

faudio: 20.12 -> 21.01
This commit is contained in:
Sandro 2021-01-18 18:28:16 +01:00 committed by GitHub
commit 3510fa2878
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,13 +4,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "faudio"; pname = "faudio";
version = "20.12"; version = "21.01";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "FNA-XNA"; owner = "FNA-XNA";
repo = "FAudio"; repo = "FAudio";
rev = version; rev = version;
sha256 = "1iwfsfbd2ji7lkk5fh0wla287gph0sadlf0pz2j0vyddpkvr0xgx"; sha256 = "sha256-D7nlwQnz2JPRB3JrrkyUcaaf4Ro/+Ap8sqq5Oz8naHw=";
}; };
nativeBuildInputs = [cmake]; nativeBuildInputs = [cmake];