Merge pull request #83750 from r-ryantm/auto-update/mpd

mpd: 0.21.20 -> 0.21.21
This commit is contained in:
Michele Guerini Rocco 2020-03-30 12:25:17 +02:00 committed by GitHub
commit d82ed8bfd7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -102,13 +102,13 @@ let
in stdenv.mkDerivation rec {
pname = "mpd";
version = "0.21.20";
version = "0.21.21";
src = fetchFromGitHub {
owner = "MusicPlayerDaemon";
repo = "MPD";
rev = "v${version}";
sha256 = "05148zwaf1ix369i1n1fx84j66qa1ab1p3m7781lk3dz5hqf185x";
sha256 = "0ysyjlmmfm1y5jqyv83bs9p7zqr9pgj1hmdq2b7kx9kridclbnng";
};
buildInputs = [ glib boost ]