13 stdenv.mkDerivation rec {
14 pname = "libsigrokdecode";
15 version = "0.5.3-unstable-2024-10-01";
18 url = "git://sigrok.org/libsigrokdecode";
19 rev = "71f451443029322d57376214c330b518efd84f88";
20 hash = "sha256-aW0llB/rziJxLW3OZU1VhxeM3MDWsaMVVgvDKZzdiIY=";
32 nativeCheckInputs = [ check ];
36 description = "Protocol decoding library for the sigrok signal analysis software suite";
37 homepage = "https://sigrok.org/";
38 license = licenses.gpl3Plus;
39 platforms = platforms.linux ++ platforms.darwin;
40 maintainers = with maintainers; [