13 stdenv.mkDerivation (finalAttrs: {
17 src = fetchFromGitHub {
20 rev = "v${finalAttrs.version}";
21 hash = "sha256-GAPHsYQYJQOBV4ok7omqhiDPKX+VC4Bw3Msb3pd8Zo8=";
39 homepage = "https://github.com/cyanreg/cyanrip";
40 changelog = "https://github.com/cyanreg/cyanrip/releases/tag/${finalAttrs.src.rev}";
41 description = "Bule-ish CD ripper";
42 mainProgram = "cyanrip";
43 license = licenses.lgpl21Plus;
44 platforms = platforms.all;
45 maintainers = [ maintainers.zane ];