faudio: 22.04 -> 22.08
This commit is contained in:
parent
b1d515d7c4
commit
39818451f4
@ -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];
|
||||
|
Loading…
Reference in New Issue
Block a user