mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-19 02:44:17 +03:00
Merge pull request #83750 from r-ryantm/auto-update/mpd
mpd: 0.21.20 -> 0.21.21
This commit is contained in:
commit
d82ed8bfd7
@ -102,13 +102,13 @@ let
|
||||
|
||||
in stdenv.mkDerivation rec {
|
||||
pname = "mpd";
|
||||
version = "0.21.20";
|
||||
version = "0.21.21";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "MusicPlayerDaemon";
|
||||
repo = "MPD";
|
||||
rev = "v${version}";
|
||||
sha256 = "05148zwaf1ix369i1n1fx84j66qa1ab1p3m7781lk3dz5hqf185x";
|
||||
sha256 = "0ysyjlmmfm1y5jqyv83bs9p7zqr9pgj1hmdq2b7kx9kridclbnng";
|
||||
};
|
||||
|
||||
buildInputs = [ glib boost ]
|
||||
|
Loading…
Reference in New Issue
Block a user