ncmpc: 0.48 -> 0.49

This commit is contained in:
R. Ryantm 2023-09-19 02:38:17 +00:00
parent 0ed41137b7
commit f276974e8d

View File

@ -16,13 +16,13 @@ assert pcreSupport -> pcre != null;
stdenv.mkDerivation rec {
pname = "ncmpc";
version = "0.48";
version = "0.49";
src = fetchFromGitHub {
owner = "MusicPlayerDaemon";
repo = "ncmpc";
rev = "v${version}";
sha256 = "sha256-89hBaWFwMPBqSWDmsXND0PEc1a9Fte+p1ho5tWuZFlY=";
sha256 = "sha256-rqIlQQ9RhFrhPwUd9dZmMZiqwFinNoV46VaJ3pbyUI8=";
};
buildInputs = [ glib ncurses libmpdclient boost ]