mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 07:23:20 +00:00
unifi-protect-backup: 0.7.3 -> 0.8.3
https://github.com/ep1cman/unifi-protect-backup/blob/main/CHANGELOG.md#083---2022-12-08 https://github.com/ep1cman/unifi-protect-backup/blob/main/CHANGELOG.md#082---2022-12-05 https://github.com/ep1cman/unifi-protect-backup/blob/main/CHANGELOG.md#081---2022-12-04 https://github.com/ep1cman/unifi-protect-backup/blob/main/CHANGELOG.md#080---2022-12-03 https://github.com/ep1cman/unifi-protect-backup/blob/main/CHANGELOG.md#074---2022-08-21
This commit is contained in:
parent
a0ba4fa973
commit
275f079066
@ -2,7 +2,7 @@
|
||||
|
||||
python3.pkgs.buildPythonApplication rec {
|
||||
pname = "unifi-protect-backup";
|
||||
version = "0.7.4";
|
||||
version = "0.8.3";
|
||||
|
||||
format = "pyproject";
|
||||
|
||||
@ -10,12 +10,14 @@ python3.pkgs.buildPythonApplication rec {
|
||||
owner = "ep1cman";
|
||||
repo = pname;
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-4Kpz89yqKmxHmnaPYpvJ2hx46yfcaCYjOioyya+38vE=";
|
||||
hash = "sha256-3iOaJZAvkhjiWLKI1m2hmVkWLaNtq74nQZYIm/XCgeA=";
|
||||
};
|
||||
|
||||
preBuild = ''
|
||||
sed -i 's_click = "8.0.1"_click = "^8"_' pyproject.toml
|
||||
sed -i 's_pyunifiprotect = .*_pyunifiprotect = "*"_' pyproject.toml
|
||||
sed -i 's_aiorun = .*_aiorun = "*"_' pyproject.toml
|
||||
sed -i '/pylint/d' pyproject.toml
|
||||
'';
|
||||
|
||||
nativeBuildInputs = with python3.pkgs; [
|
||||
@ -24,6 +26,8 @@ python3.pkgs.buildPythonApplication rec {
|
||||
|
||||
propagatedBuildInputs = with python3.pkgs; [
|
||||
aiocron
|
||||
aiorun
|
||||
aiosqlite
|
||||
click
|
||||
pyunifiprotect
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user