mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 07:23:20 +00:00
python3Packages.proton-vpn-api-core: 0.20.3 -> 0.22.3
This commit is contained in:
parent
73f4901678
commit
6c975b60f8
@ -7,20 +7,21 @@
|
||||
, proton-vpn-logger
|
||||
, proton-vpn-killswitch
|
||||
, proton-vpn-session
|
||||
, sentry-sdk
|
||||
, distro
|
||||
, pytestCheckHook
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "proton-vpn-api-core";
|
||||
version = "0.20.3";
|
||||
version = "0.22.3";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "ProtonVPN";
|
||||
repo = "python-proton-vpn-api-core";
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-acck0Nc/15soTJBC/4y83ID9fjF/q4vrYr6SsLAAVRY=";
|
||||
hash = "sha256-BGei6tw6VTKkHmaIWa2VJfKOL5cRUbauOQ7zp1RY9Bo=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
@ -34,6 +35,7 @@ buildPythonPackage rec {
|
||||
proton-vpn-logger
|
||||
proton-vpn-killswitch
|
||||
proton-vpn-session
|
||||
sentry-sdk
|
||||
];
|
||||
|
||||
postPatch = ''
|
||||
|
Loading…
Reference in New Issue
Block a user