9 stdenv.mkDerivation (finalAttrs: {
14 url = "https://trong.loang.net/~cnx/clipbuzz/snapshot/clipbuzz-${finalAttrs.version}.tar.gz";
15 hash = "sha256-2//IwthAjGyVSZaXjgpM1pUJGYWZVkrJ6JyrVbzOtr8=";
18 nativeBuildInputs = [ zig.hook ];
26 description = "Buzz on new X11 clipboard events";
27 homepage = "https://trong.loang.net/~cnx/clipbuzz";
28 license = lib.licenses.unlicense;
29 maintainers = [ lib.maintainers.McSinyx ];
30 mainProgram = "clipbuzz";