Skip to content

Commit

Permalink
Merge pull request NixOS#203945 from asimpson/master
Browse files Browse the repository at this point in the history
mpd: 0.23.9 -> 0.23.11
  • Loading branch information
figsoda authored Dec 1, 2022
2 parents 2eb33a0 + a4952c8 commit d2c12ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/servers/mpd/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -116,13 +116,13 @@ let

in stdenv.mkDerivation rec {
pname = "mpd";
version = "0.23.9";
version = "0.23.11";

src = fetchFromGitHub {
owner = "MusicPlayerDaemon";
repo = "MPD";
rev = "v${version}";
sha256 = "sha256-eYP4+WDYwAw7TboS9V8ncdQoAC0vbjSaZxmru1Unejw=";
sha256 = "sha256-vgLH4kOluK9cOmTrvpBfR87Iunn0EzH9GmiUvsjsG4I=";
};

buildInputs = [
Expand Down

0 comments on commit d2c12ae

Please sign in to comment.