mpd: 0.24.10 -> 0.24.12 (#520620)

This commit is contained in:
Doron Behar
2026-05-16 21:48:10 +00:00
committed by GitHub
+2 -2
View File
@@ -197,13 +197,13 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "mpd";
version = "0.24.10";
version = "0.24.12";
src = fetchFromGitHub {
owner = "MusicPlayerDaemon";
repo = "MPD";
rev = "v${finalAttrs.version}";
sha256 = "sha256-qwBX5NG1h55HoNtHMyLfjDQhua1xCyONqd386+QB6IU=";
sha256 = "sha256-CYwpPKFTW7engtPJoUqIWWn6YhmoSRjiew6n0tAZSmE=";
};
buildInputs = [