sonivox: 3.6.15 -> 3.6.16

This commit is contained in:
R. Ryantm 2025-04-13 13:21:04 +00:00
parent 58855d6481
commit 1050d07192

View file

@ -7,13 +7,13 @@
stdenv.mkDerivation rec {
pname = "sonivox";
version = "3.6.15";
version = "3.6.16";
src = fetchFromGitHub {
owner = "pedrolcl";
repo = "sonivox";
rev = "v${version}";
hash = "sha256-k+EhhLFp+ehptjDS8ZHvo5tfFxmSCA2lFTjkWFLi+cs=";
hash = "sha256-2OWlm1GZI08OeiG3AswRyvguv9MUYo1dLo6QUPr3r3s=";
};
nativeBuildInputs = [ cmake ];