Skip to content

Commit f0b484f

Browse files
authored
protonvpn-gui: 4.7.4 -> 4.8.0 (NixOS#359877)
2 parents 6f15fbd + f11e9d4 commit f0b484f

File tree

6 files changed

+15
-13
lines changed

6 files changed

+15
-13
lines changed

pkgs/applications/networking/protonvpn-gui/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,14 @@
2121

2222
buildPythonApplication 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 = [

pkgs/by-name/pr/proton-vpn-local-agent/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@
88

99
rustPlatform.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";

pkgs/development/python-modules/proton-core/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@
1515

1616
buildPythonPackage 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 ];

pkgs/development/python-modules/proton-keyring-linux/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@
1111

1212
buildPythonPackage 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 ];

pkgs/development/python-modules/proton-vpn-api-core/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-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
}

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)