mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 03:23:29 +03:00
mopidy-argos: 1.15.0 -> 1.16.0
This commit is contained in:
parent
01e6f1370c
commit
a6ca504012
1 changed files with 2 additions and 2 deletions
|
@ -13,14 +13,14 @@
|
||||||
}:
|
}:
|
||||||
python3Packages.buildPythonApplication rec {
|
python3Packages.buildPythonApplication rec {
|
||||||
pname = "mopidy-argos";
|
pname = "mopidy-argos";
|
||||||
version = "1.15.0";
|
version = "1.16.0";
|
||||||
pyproject = false; # Built with meson
|
pyproject = false; # Built with meson
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "orontee";
|
owner = "orontee";
|
||||||
repo = "argos";
|
repo = "argos";
|
||||||
tag = "v${version}";
|
tag = "v${version}";
|
||||||
hash = "sha256-fHdaYFq38t4uzpVD4qoAeVm5yWgj2O7hy4LDgZ1bZj4=";
|
hash = "sha256-wmAGzURFPseBxBD6mW4rAHPrxmQHx03DQxvTBF3T/pg=";
|
||||||
};
|
};
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
patchShebangs build-aux/meson/postinstall.py
|
patchShebangs build-aux/meson/postinstall.py
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue