7 stdenv.mkDerivation (finalAttrs: {
11 src = fetchFromGitHub {
14 rev = finalAttrs.version;
15 hash = "sha256-8u+V3+p/nVfl1Izht27OE6D1kkA6all6aUEL9APwXmk=";
18 nativeBuildInputs = [ cmake ];
21 homepage = "https://berndporr.github.io/iir1/";
22 description = "DSP IIR realtime filter library written in C++";
23 downloadPage = "https://github.com/berndporr/iir1";
24 changelog = "https://github.com/berndporr/iir1/releases/tag/${finalAttrs.src.rev}";
25 license = with lib.licenses; [ mit ];
26 maintainers = with lib.maintainers; [ AndersonTorres ];
27 platforms = lib.platforms.unix;