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

mpd: 0.23.14 -> 0.23.15
This commit is contained in:
Weijia Wang 2024-01-03 18:25:43 +01:00 committed by GitHub
commit 66492cf9a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -117,13 +117,13 @@ let
in stdenv.mkDerivation rec {
pname = "mpd";
version = "0.23.14";
version = "0.23.15";
src = fetchFromGitHub {
owner = "MusicPlayerDaemon";
repo = "MPD";
rev = "v${version}";
sha256 = "sha256-S71PXj+XTGsp5aJXH+82D7tdemfA6cnLBWT/fDmb8oA=";
sha256 = "sha256-QURq7ysSsxmBOtoBlPTPWiloXQpjEdxnM0L1fLwXfpw=";
};
buildInputs = [