File tree Expand file tree Collapse file tree 6 files changed +15
-13
lines changed
applications/networking/protonvpn-gui
by-name/pr/proton-vpn-local-agent
development/python-modules
proton-vpn-network-manager Expand file tree Collapse file tree 6 files changed +15
-13
lines changed Original file line number Diff line number Diff line change 2121
2222buildPythonApplication rec {
2323 pname = "protonvpn-gui" ;
24- version = "4.7.4 " ;
24+ version = "4.8.0 " ;
2525 pyproject = true ;
2626
2727 src = fetchFromGitHub {
2828 owner = "ProtonVPN" ;
2929 repo = "proton-vpn-gtk-app" ;
3030 rev = "refs/tags/v${ version } " ;
31- hash = "sha256-qF6rLCF4Lfzdr2I2jmhLJzhYYstncnQVdyHOn2ajCyg =" ;
31+ hash = "sha256-KNMlDjL4SosHZ6ol2jpC1K7F6VuCa1O2EkQtl8uwnig =" ;
3232 } ;
3333
3434 nativeBuildInputs = [
Original file line number Diff line number Diff line change 88
99rustPlatform . buildRustPackage rec {
1010 pname = "proton-vpn-local-agent" ;
11- version = "1.0 .0" ;
12- cargoHash = "sha256-TE2iqxTC6UH7pCM1wKEwaujMenNIp4LE+oy545tGmL0 =" ;
11+ version = "1.2 .0" ;
12+ cargoHash = "sha256-qxNbHM6KmBmLbruOhbFIp3klz6RuKWBLioVsBPDQiLI =" ;
1313
1414 src = fetchFromGitHub {
1515 owner = "ProtonVPN" ;
1616 repo = "python-proton-vpn-local-agent" ;
1717 rev = version ;
18- hash = "sha256-I+tbVQzD4xJUsoRF8TU/2EMldVqtfxY3E7PQN3ks0mA= " ;
18+ hash = "sha256-1iUeAWojIcXbvO6YoPEh//dbVdl90cUocyO3nfDtUEM " ;
1919 } ;
2020
2121 sourceRoot = "${ src . name } /python-proton-vpn-local-agent" ;
Original file line number Diff line number Diff line change 1515
1616buildPythonPackage rec {
1717 pname = "proton-core" ;
18- version = "0.3.3 " ;
18+ version = "0.4.0 " ;
1919 pyproject = true ;
2020
2121 src = fetchFromGitHub {
2222 owner = "ProtonVPN" ;
2323 repo = "python-proton-core" ;
2424 rev = "refs/tags/v${ version } " ;
25- hash = "sha256-2Drlai/PYzi1z1CtDYfNhol2wamb/HNrvUhj0XsiyHg =" ;
25+ hash = "sha256-EZsPw2kPgY42MQxrXt7yAtCNSmSNN5AYxx7SllwsbvA =" ;
2626 } ;
2727
2828 build-system = [ setuptools ] ;
Original file line number Diff line number Diff line change 1111
1212buildPythonPackage rec {
1313 pname = "proton-keyring-linux" ;
14- version = "0.1 .0" ;
14+ version = "0.2 .0" ;
1515 pyproject = true ;
1616
1717 src = fetchFromGitHub {
1818 owner = "ProtonVPN" ;
1919 repo = "python-proton-keyring-linux" ;
2020 rev = "refs/tags/v${ version } " ;
21- hash = "sha256-feIgRC0U7d96gFcmHqRF3/8k/bsxlPJs1/K+ki7uXys =" ;
21+ hash = "sha256-wT+0S3dGanLwqRrpCooAwy/RDyZDn1aEdJ7eWvwVfiY =" ;
2222 } ;
2323
2424 build-system = [ setuptools ] ;
Original file line number Diff line number Diff line change 1919
2020buildPythonPackage rec {
2121 pname = "proton-vpn-api-core" ;
22- version = "0.36.6 " ;
22+ version = "0.38.2 " ;
2323 pyproject = true ;
2424
2525 src = fetchFromGitHub {
2626 owner = "ProtonVPN" ;
2727 repo = "python-proton-vpn-api-core" ;
2828 rev = "v${ version } " ;
29- hash = "sha256-LzABTSIa7guoAYv9scSm2edxeiSS7yMfJdZnAqXHtF0 =" ;
29+ hash = "sha256-ldIslr2qiwClQW6rWNbEAAkUbdJfCzvUIkCuoajP2M4 =" ;
3030 } ;
3131
3232 build-system = [
@@ -80,6 +80,7 @@ buildPythonPackage rec {
8080 description = "Acts as a facade to the other Proton VPN components, exposing a uniform API to the available Proton VPN services" ;
8181 homepage = "https://github.com/ProtonVPN/python-proton-vpn-api-core" ;
8282 license = lib . licenses . gpl3Only ;
83+ platforms = lib . platforms . linux ;
8384 maintainers = with lib . maintainers ; [ sebtm ] ;
8485 } ;
8586}
Original file line number Diff line number Diff line change 1919
2020buildPythonPackage 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}
You can’t perform that action at this time.
0 commit comments