Merge pull request #111324 from r-ryantm/auto-update/mpd

mpd: 0.22.3 -> 0.22.4
This commit is contained in:
Mario Rodas
2021-01-30 15:11:43 -05:00
committed by GitHub

View File

@@ -114,13 +114,13 @@ let
in stdenv.mkDerivation rec {
pname = "mpd";
version = "0.22.3";
version = "0.22.4";
src = fetchFromGitHub {
owner = "MusicPlayerDaemon";
repo = "MPD";
rev = "v${version}";
sha256 = "0323zxmgyrkbklnqm8i6napz8pva50cw14mzr9bvmyg64x404jgj";
sha256 = "sha256-CVi+fcmFMJMv7X4okALlVsxqsuUsirHgQT61IHdrBNE=";
};
buildInputs = [