Skip to content

Commit c44e359

Browse files
committed
python3Packages.proton-vpn-network-manager: 0.9.7 -> 0.10.1
Update the package to the latest version. iproute2 dependency is a Linux only package so this will not be available for anything else either. Also, based on the official documentation, there isn't any indication that other platforms other than Linux is supported.
1 parent dddeb77 commit c44e359

File tree

1 file changed

+3
-2
lines changed
  • pkgs/development/python-modules/proton-vpn-network-manager

1 file changed

+3
-2
lines changed

pkgs/development/python-modules/proton-vpn-network-manager/default.nix

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,14 @@
1919

2020
buildPythonPackage rec {
2121
pname = "proton-vpn-network-manager";
22-
version = "0.9.7";
22+
version = "0.10.1";
2323
pyproject = true;
2424

2525
src = fetchFromGitHub {
2626
owner = "ProtonVPN";
2727
repo = "python-proton-vpn-network-manager";
2828
rev = "refs/tags/v${version}";
29-
hash = "sha256-d5OJ5p+f1YLcJNlQ8AHSBkuDWVJnFkdzW5/iWcXkMYQ=";
29+
hash = "sha256-zS/H7efEJlvDlcoxil6pd6lFLdLRAV7Bmr/ngtZ8Nuc";
3030
};
3131

3232
nativeBuildInputs = [
@@ -76,6 +76,7 @@ buildPythonPackage rec {
7676
description = "Provides the necessary functionality for other ProtonVPN components to interact with NetworkManager";
7777
homepage = "https://github.com/ProtonVPN/python-proton-vpn-network-manager";
7878
license = lib.licenses.gpl3Only;
79+
platforms = lib.platforms.linux;
7980
maintainers = with lib.maintainers; [ sebtm ];
8081
};
8182
}

0 commit comments

Comments
 (0)