cyanrip: 0.7.0 -> 0.8.0

Also fix license (https://github.com/cyanreg/cyanrip/issues/27)
This commit is contained in:
Zane van Iperen 2022-01-25 19:12:18 +10:00
parent b074eb6b05
commit d5e5d66a97
No known key found for this signature in database
GPG key ID: 68616B2D8AC4DCC5

View file

@ -12,13 +12,13 @@
}: }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "cyanrip"; pname = "cyanrip";
version = "0.7.0"; version = "0.8.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "cyanreg"; owner = "cyanreg";
repo = pname; repo = pname;
rev = "v${version}"; rev = "v${version}";
sha256 = "0lgb92sfpf4w3nj5vlj6j7931mj2q3cmcx1app9snf853jk9ahmw"; sha256 = "1aip52bwkq8cb1d8ifyv2m6m5dz7jk6qmbhyb97yyf4nhxv445ky";
}; };
nativeBuildInputs = [ meson ninja pkg-config ]; nativeBuildInputs = [ meson ninja pkg-config ];
@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
meta = with lib; { meta = with lib; {
homepage = "https://github.com/cyanreg/cyanrip"; homepage = "https://github.com/cyanreg/cyanrip";
description = "Bule-ish CD ripper"; description = "Bule-ish CD ripper";
license = licenses.lgpl3Plus; license = licenses.lgpl21Plus;
platforms = platforms.all; platforms = platforms.all;
maintainers = [ maintainers.zane ]; maintainers = [ maintainers.zane ];
}; };