3
0
Fork 0
forked from mirrors/nixpkgs

ncmpc: 0.30 -> 0.31

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
This commit is contained in:
R. RyanTM 2018-09-20 08:06:10 -07:00 committed by Franz Pletz
parent a454984adb
commit afa5e20b05

View file

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