mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-10 16:45:51 +03:00
mpd_clientlib: 2.15 -> 2.16
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/libmpdclient/versions
This commit is contained in:
parent
35ce480d69
commit
45fcf07fcb
@ -1,14 +1,14 @@
|
||||
{ stdenv, fetchFromGitHub, meson, ninja, fixDarwinDylibNames }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
version = "2.15";
|
||||
version = "2.16";
|
||||
name = "libmpdclient-${version}";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "MusicPlayerDaemon";
|
||||
repo = "libmpdclient";
|
||||
rev = "v${version}";
|
||||
sha256 = "18x6drzh867afwaakyfb8hcx37pnxxwvvpcs3n2fimnfa6vxgwaa";
|
||||
sha256 = "0kd76pcf8pvmzl4k3cbq68c16imwaak2zljsa1wwwgk6idyw6gb1";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ meson ninja ]
|
||||
|
Loading…
Reference in New Issue
Block a user