Skip to content

Commit

Permalink
libmpdclient: 2.21 -> 2.22
Browse files Browse the repository at this point in the history
  • Loading branch information
AndersonTorres committed Jan 5, 2024
1 parent ba8a8de commit 7f542aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/li/libmpdclient/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@

stdenv.mkDerivation (finalAttrs: {
pname = "libmpdclient";
version = "2.21";
version = "2.22";

src = fetchFromGitHub {
owner = "MusicPlayerDaemon";
repo = "libmpdclient";
rev = "v${finalAttrs.version}";
hash = "sha256-U9K/4uivK5lx/7mG71umKGzP/KWgnexooF7weGu4B78=";
hash = "sha256-KF8IR9YV6b9ro+L9m6nHs1IggakEZddfcBKm/oKCVZY=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit 7f542aa

Please sign in to comment.