summaryrefslogtreecommitdiffstats
path: root/pkgs/applications
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2021-01-30 15:04:37 -0500
committerGitHub <noreply@github.com>2021-01-30 15:04:37 -0500
commitabda9afdd18ade0f0a30e97f655101bcf49b1d66 (patch)
tree4188255c24631798e5ac8683908dbe187a1d628c /pkgs/applications
parent06ab3077a64e85ba184678616245cec50e8705bb (diff)
parentc3e7a0a79ebe75769b0fa8c306796d0a263f6595 (diff)
Merge pull request #111334 from r-ryantm/auto-update/ncmpc
ncmpc: 0.42 -> 0.43
Diffstat (limited to 'pkgs/applications')
-rw-r--r--pkgs/applications/audio/ncmpc/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/audio/ncmpc/default.nix b/pkgs/applications/audio/ncmpc/default.nix
index 59b17d9c811d..4e30e32774da 100644
--- a/pkgs/applications/audio/ncmpc/default.nix
+++ b/pkgs/applications/audio/ncmpc/default.nix
@@ -10,13 +10,13 @@ assert pcreSupport -> pcre != null;
stdenv.mkDerivation rec {
pname = "ncmpc";
- version = "0.42";
+ version = "0.43";
src = fetchFromGitHub {
owner = "MusicPlayerDaemon";
repo = "ncmpc";
rev = "v${version}";
- sha256 = "1c21sbdm6pp3kwhnzc7c6ksna7madvsmfa7j91as2g8485symqv2";
+ sha256 = "sha256-/bynLU4/QtUawBjhcaajjuUDUwaSt6zk4/4TZqfQX3c=";
};
buildInputs = [ glib ncurses mpd_clientlib boost ]