update libbass

upstream changed which broke the install for libbass
This commit is contained in:
Michael Millwood 2020-04-02 18:48:40 -05:00 committed by GitHub
parent 1c8118caac
commit a5bf5e2db5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,13 +9,13 @@ let
allBass = {
bass = {
h = "bass.h";
version = "2.4.14";
version = "2.4.15";
so = {
i686_linux = "libbass.so";
x86_64-linux = "x64/libbass.so";
};
urlpath = "bass24-linux.zip";
sha256 = "1nyzs08z0djyvz6jx1y9y99y0ksp4sxz9l2x43k1c9irls24xpfy";
sha256 = "1z01im0l2ydi608vc0n0c1cfyp1vrh6681zn2zkhg98vvs20y805";
};
bass_fx = {