Unverified Commit c5dd96e9 authored by Doron Behar's avatar Doron Behar Committed by GitHub
Browse files

mpd: 0.24.6 -> 0.24.7 (#481813)

parents 11303cd9 4365feb8
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -197,13 +197,13 @@ let
in
stdenv.mkDerivation (finalAttrs: {
  pname = "mpd";
  version = "0.24.6";
  version = "0.24.7";

  src = fetchFromGitHub {
    owner = "MusicPlayerDaemon";
    repo = "MPD";
    rev = "v${finalAttrs.version}";
    sha256 = "sha256-KAyTDfe3bEFWwImNaTOgq0jAs49kH8H+8ZJPQipN4QA=";
    sha256 = "sha256-2sOlyeEpg48J1GZu25Umz/Wl2i7EqL8R9HslDidX3NM=";
  };

  buildInputs = [