Skip to content

Commit

Permalink
mpd: 0.23.8 -> 0.23.9
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm authored and bjornfor committed Aug 23, 2022
1 parent 08a27f7 commit 490296d
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.8";
version = "0.23.9";

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

buildInputs = [
Expand Down

0 comments on commit 490296d

Please sign in to comment.