mellowplayer: 3.6.4 -> 3.6.5

This commit is contained in:
Wael Nasreddine 2020-08-04 15:26:46 -07:00 committed by Wael Nasreddine
parent ea7e87abf5
commit 678b75ab66
No known key found for this signature in database
GPG key ID: FD437548E0BF0F5F

View file

@ -14,13 +14,13 @@
mkDerivation rec { mkDerivation rec {
pname = "MellowPlayer"; pname = "MellowPlayer";
version = "3.6.4"; version = "3.6.5";
src = fetchFromGitLab { src = fetchFromGitLab {
owner = "ColinDuquesnoy"; owner = "ColinDuquesnoy";
repo = "MellowPlayer"; repo = "MellowPlayer";
rev = version; rev = version;
sha256 = "1ss7s3kal4vzhz7ld0yy2kvp1rk2w3i6fya0z3xd7nff9p31gqvw"; sha256 = "1fnfqyy52hnh9vwq4rcndcqwh0zsm1sd3vi4h5gzaj4zbniq5v2f";
}; };
nativeBuildInputs = [ cmake pkgconfig ]; nativeBuildInputs = [ cmake pkgconfig ];