ncmpc: 0.29 -> 0.30

Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/ncmpc/versions.

These checks were done:

- built on NixOS
- ran ‘/nix/store/2cwvc3ps7jd9bkrdkgkmgn48wdk7yyv4-ncmpc-0.30/bin/ncmpc --help’ got 0 exit code
- found 0.30 with grep in /nix/store/2cwvc3ps7jd9bkrdkgkmgn48wdk7yyv4-ncmpc-0.30
- directory tree listing: https://gist.github.com/07b8bd46db7e01426ba82a0e1dd2b0d0
This commit is contained in:
R. RyanTM 2018-04-10 16:07:15 -07:00
parent f28bf68bc4
commit a0fb38174d

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 ];