miniaudio: 0.11.20 -> 0.11.21

This commit is contained in:
R. Ryantm 2023-12-16 22:43:19 +00:00
parent ccc22d33c3
commit 36182fcaa5

View File

@ -4,13 +4,13 @@
}:
stdenv.mkDerivation rec {
pname = "miniaudio";
version = "0.11.20";
version = "0.11.21";
src = fetchFromGitHub {
owner = "mackron";
repo = "miniaudio";
rev = version;
hash = "sha256-qIUqHLHTHFMtZU0GMZp5iWnoBJ/+Zv3tbLopSHolB4s=";
hash = "sha256-EOIykyUXYcdDeTYb/Mf3xgcxEpKS4us213tEFwm5mEI=";
};
installPhase = ''