Merge pull request #38707 from r-ryantm/auto-update/ncmpc

ncmpc: 0.29 -> 0.30
This commit is contained in:
adisbladis 2018-04-11 13:54:54 +08:00 committed by GitHub
commit 92e643c973
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -3,13 +3,13 @@
stdenv.mkDerivation rec {
name = "ncmpc-${version}";
version = "0.29";
version = "0.30";
src = fetchFromGitHub {
owner = "MusicPlayerDaemon";
repo = "ncmpc";
rev = "v${version}";
sha256 = "1b2kbx2phbf4s2qpy7mx72c87xranljr0yam6z9m1i1kvcnp8q1q";
sha256 = "0s2bynm5szrk8bjhg200mvsm2ny0wz9s10nx7r69y9y4jsxr8624";
};
buildInputs = [ glib ncurses mpd_clientlib ];