about summary refs log tree commit diff
diff options
context:
space:
mode:
authorfigsoda <figsoda@pm.me>2023-04-16 09:34:20 -0400
committerGitHub <noreply@github.com>2023-04-16 09:34:20 -0400
commit27b456a5b63976254502cb544d1958addeb89406 (patch)
treee6e5f57a70b5f63ed6b10c831b18eb9c5b594dda
parentcb5a83c60c8ca03a5704faf7b2b4c755fa92c597 (diff)
parent51b7374ec9fba88c713a704d8515edaa5cbc8b65 (diff)
Merge pull request #226413 from r-ryantm/auto-update/ncmpc
ncmpc: 0.47 -> 0.48
-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 870691ae1c3f3..0333f95710e4b 100644
--- a/pkgs/applications/audio/ncmpc/default.nix
+++ b/pkgs/applications/audio/ncmpc/default.nix
@@ -16,13 +16,13 @@ assert pcreSupport -> pcre != null;
 
 stdenv.mkDerivation rec {
   pname = "ncmpc";
-  version = "0.47";
+  version = "0.48";
 
   src = fetchFromGitHub {
     owner  = "MusicPlayerDaemon";
     repo   = "ncmpc";
     rev    = "v${version}";
-    sha256 = "sha256-7vywLMiIUfRx9/fCmUH1AGUB63bT8z7wabgm3CuLLUs=";
+    sha256 = "sha256-89hBaWFwMPBqSWDmsXND0PEc1a9Fte+p1ho5tWuZFlY=";
   };
 
   buildInputs = [ glib ncurses libmpdclient boost ]