about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2020-11-18 21:21:59 -0500
committerGitHub <noreply@github.com>2020-11-18 21:21:59 -0500
commit2bd74da74c9ce8e7c5245cc3e75912a7beae646c (patch)
treea75c69725af9676b367c339d6b482e0d72312348
parent48f9fb718f03b1d30c7791f9e03a05d85cc58d93 (diff)
parent1e7c662e954371a3f92142620186286ba5fd5640 (diff)
Merge pull request #104231 from r-ryantm/auto-update/mpd
mpd: 0.22.2 -> 0.22.3
-rw-r--r--pkgs/servers/mpd/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/servers/mpd/default.nix b/pkgs/servers/mpd/default.nix
index c025da8752de0..c403d160e2bc2 100644
--- a/pkgs/servers/mpd/default.nix
+++ b/pkgs/servers/mpd/default.nix
@@ -115,13 +115,13 @@ let
 
     in stdenv.mkDerivation rec {
       pname = "mpd";
-      version = "0.22.2";
+      version = "0.22.3";
 
       src = fetchFromGitHub {
         owner  = "MusicPlayerDaemon";
         repo   = "MPD";
         rev    = "v${version}";
-        sha256 = "1pg3h3bvrsp24pv53yvwl5kr4m2csaxffdbrj5rm3b7w6pbqpfix";
+        sha256 = "0323zxmgyrkbklnqm8i6napz8pva50cw14mzr9bvmyg64x404jgj";
       };
 
       buildInputs = [