cantata: 2.3.3 -> 2.4.1
This commit is contained in:
parent
c8c9d617fb
commit
394762391e
1 changed files with 3 additions and 3 deletions
|
@ -28,7 +28,7 @@ assert withOnlineServices -> withTaglib;
|
|||
assert withReplaygain -> withTaglib;
|
||||
|
||||
let
|
||||
version = "2.3.3";
|
||||
version = "2.4.1";
|
||||
pname = "cantata";
|
||||
fstat = x: fn: "-DENABLE_" + fn + "=" + (if x then "ON" else "OFF");
|
||||
fstats = x: map (fstat x);
|
||||
|
@ -42,7 +42,7 @@ in mkDerivation {
|
|||
owner = "CDrummond";
|
||||
repo = "cantata";
|
||||
rev = "v${version}";
|
||||
sha256 = "1m651fmdbnb50glym75kzma0bllvqbmrb2afp1g9g5cxm1898c0f";
|
||||
sha256 = "0ix7xp352bziwz31mw79y7wxxmdn6060p8ry2px243ni1lz1qx1c";
|
||||
};
|
||||
|
||||
buildInputs = [ vlc qtbase qtmultimedia qtsvg ]
|
||||
|
@ -77,7 +77,7 @@ in mkDerivation {
|
|||
];
|
||||
|
||||
meta = with lib; {
|
||||
homepage = https://github.com/cdrummond/cantata;
|
||||
homepage = "https://github.com/cdrummond/cantata";
|
||||
description = "A graphical client for MPD";
|
||||
license = licenses.gpl3;
|
||||
maintainers = with maintainers; [ peterhoeg ];
|
||||
|
|
Loading…
Reference in a new issue