Skip to content

Commit 6128c98

Browse files
SteinhagenViorel-Cătălin Răpițeanu
authored andcommitted
python3Packages.proton-vpn-network-manager: 0.10.2 -> 0.12.13
Update the package to the latest version.
1 parent b45da3b commit 6128c98

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

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

Lines changed: 2 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.10.2";
22+
version = "0.12.13";
2323
pyproject = true;
2424

2525
src = fetchFromGitHub {
2626
owner = "ProtonVPN";
2727
repo = "python-proton-vpn-network-manager";
2828
tag = "v${version}";
29-
hash = "sha256-btlTZcfocNC7MpzXOh9daCP696lXhFGtzcKI+N/x7Bc=";
29+
hash = "sha256-LRjC1uuAG2OG52moRBSvTR7HvqdldNmW0Tv7AZmUf60=";
3030
};
3131

3232
nativeBuildInputs = [

0 commit comments

Comments
 (0)