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

ncmpc: 0.44 -> 0.45
This commit is contained in:
Mario Rodas
2021-02-23 20:33:28 -05:00
committed by GitHub
+2 -2
View File
@@ -18,13 +18,13 @@ assert pcreSupport -> pcre != null;
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "ncmpc"; pname = "ncmpc";
version = "0.44"; version = "0.45";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "MusicPlayerDaemon"; owner = "MusicPlayerDaemon";
repo = "ncmpc"; repo = "ncmpc";
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-Qu41TL8KSKC9L25D6Z8bEbJUJQ9QI08grTGZ+0qGdUQ="; sha256 = "sha256-KDSHbEZ2PJLEIlXqPvBQ2ZPWno+IoajTjkl9faAXIko=";
}; };
buildInputs = [ glib ncurses libmpdclient boost ] buildInputs = [ glib ncurses libmpdclient boost ]