7 stdenv.mkDerivation rec {
12 url = "https://www.libsrs2.org/srs/libsrs2-${version}.tar.gz";
13 sha256 = "9d1191b705d7587a5886736899001d04168392bbb6ed6345a057ade50943a492";
17 description = "Next generation SRS library from the original designer of SRS";
19 license = with lib.licenses; [
23 homepage = "https://www.libsrs2.org/";
24 platforms = lib.platforms.linux;