8 stdenv.mkDerivation (finalAttrs: {
12 src = fetchFromGitHub {
15 rev = "v${finalAttrs.version}";
16 fetchSubmodules = true;
17 hash = "sha256-5c8h9bAe3Qv7PJ3PPcwMJYKPlWsmnqshe6vLIgtdDiQ=";
26 installManPage man/linuxwave.1
30 homepage = "https://github.com/orhun/linuxwave";
31 description = "Generate music from the entropy of Linux";
32 changelog = "https://github.com/orhun/linuxwave/blob/${finalAttrs.src.rev}/CHANGELOG.md";
33 license = lib.licenses.mit;
34 maintainers = with lib.maintainers; [ figsoda ];
35 inherit (zig_0_10.meta) platforms;
36 mainProgram = "linuxwave";