mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 07:46:09 +01:00
Merge pull request #45377 from jfrankenau/update-mpd
mpd: 0.20.20 -> 0.20.21
This commit is contained in:
commit
1df224db19
1 changed files with 2 additions and 2 deletions
|
@ -36,7 +36,7 @@ let
|
|||
opt = stdenv.lib.optional;
|
||||
mkFlag = c: f: if c then "--enable-${f}" else "--disable-${f}";
|
||||
major = "0.20";
|
||||
minor = "20";
|
||||
minor = "21";
|
||||
|
||||
in stdenv.mkDerivation rec {
|
||||
name = "mpd-${version}";
|
||||
|
@ -46,7 +46,7 @@ in stdenv.mkDerivation rec {
|
|||
owner = "MusicPlayerDaemon";
|
||||
repo = "MPD";
|
||||
rev = "v${version}";
|
||||
sha256 = "0v7xpsr8b4d0q9vh1wni0qbkbkxdjpn639qm2q553ckk5idas4lm";
|
||||
sha256 = "0qchvycwiai5gwkvvf44nc1jw16yhpcjmlppqlrlvicgzsanhmy3";
|
||||
};
|
||||
|
||||
patches = [ ./x86.patch ];
|
||||
|
|
Loading…
Reference in a new issue