mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +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 {
|
||||
pname = "mopidy-argos";
|
||||
version = "1.15.0";
|
||||
version = "1.16.0";
|
||||
pyproject = false; # Built with meson
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "orontee";
|
||||
repo = "argos";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-fHdaYFq38t4uzpVD4qoAeVm5yWgj2O7hy4LDgZ1bZj4=";
|
||||
hash = "sha256-wmAGzURFPseBxBD6mW4rAHPrxmQHx03DQxvTBF3T/pg=";
|
||||
};
|
||||
postPatch = ''
|
||||
patchShebangs build-aux/meson/postinstall.py
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue