mpd: 0.22.9 -> 0.22.10 (#132936)

bump mpd version
This commit is contained in:
wizardwatch 2021-08-07 02:48:29 -04:00 committed by GitHub
parent 75c787a4f0
commit 08c66abd89
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -116,13 +116,13 @@ let
in stdenv.mkDerivation rec {
pname = "mpd";
version = "0.22.9";
version = "0.22.10";
src = fetchFromGitHub {
owner = "MusicPlayerDaemon";
repo = "MPD";
rev = "v${version}";
sha256 = "sha256-Qw7qJqxcBKxshT/qbVUegE1Tpt4QV5WbUHT2+qLbr9o=";
sha256 = "sha256-h9dmi8AI8ZCjF4nlTi07uOWKs+8gly2HhSbPRB3Jl0g=";
};
buildInputs = [