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

ncmpc: 0.48 -> 0.49
This commit is contained in:
Nick Cao 2023-09-19 09:51:16 -04:00 committed by GitHub
commit 561188b963
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 ]