3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #237060 from r-ryantm/auto-update/sonivox

sonivox: 3.6.11 -> 3.6.12
This commit is contained in:
Weijia Wang 2023-06-11 22:46:32 +03:00 committed by GitHub
commit 1258143492
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "sonivox";
version = "3.6.11";
version = "3.6.12";
src = fetchFromGitHub {
owner = "pedrolcl";
repo = pname;
rev = "v${version}";
hash = "sha256-kCMY9A16g+CNNPn4PZ80QdEP6f58zCI3fQ1BFiK1ZQg=";
hash = "sha256-df3EwscTF9n1fazz5Oa3FIXgWXHruhJBzMt8Y+ELP94=";
};
nativeBuildInputs = [ cmake ];