Commit c44e3594 authored by Viorel-Cătălin Răpițeanu's avatar Viorel-Cătălin Răpițeanu
Browse files

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.
parent dddeb779
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -19,14 +19,14 @@

buildPythonPackage rec {
  pname = "proton-vpn-network-manager";
  version = "0.9.7";
  version = "0.10.1";
  pyproject = true;

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

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