python3Packages.proton-vpn-killswitch: 0.2.0-unstable-2023-09-05 -> 0.4.0

This commit is contained in:
P. 2024-04-05 22:28:58 -06:00
parent e7bb3751e4
commit 868b180030
No known key found for this signature in database
GPG Key ID: 7B0FF33FF90110C7
1 changed files with 4 additions and 4 deletions

View File

@ -6,16 +6,16 @@
, pytestCheckHook
}:
buildPythonPackage {
buildPythonPackage rec {
pname = "proton-vpn-killswitch";
version = "0.2.0-unstable-2023-09-05";
version = "0.4.0";
pyproject = true;
src = fetchFromGitHub {
owner = "ProtonVPN";
repo = "python-proton-vpn-killswitch";
rev = "6e84588ea6ae0946141d4b44b2cf5df8465d5eba";
hash = "sha256-eFwWN8E+nIDpbut8tkWqXucLhzm7HaLAMBIbAq/X2eo=";
rev = "v${version}";
hash = "sha256-XZqjAhxgIiATJd3JcW2WWUMC1b6+cfZRhXlIPyMUFH8=";
};
nativeBuildInputs = [