proton-vpn: 4.15.2 -> 4.15.3

4.15.3 moves the GTK app to the proton-vpn-api-core 5.x line
(debian/control: python3-proton-vpn-api-core (>= 5.0.0)).
This commit is contained in:
Bad3r
2026-04-23 22:31:25 +03:00
parent 6dc9509e9b
commit aa5d57ddb9
+2 -2
View File
@@ -14,14 +14,14 @@
}:
python3Packages.buildPythonApplication (finalAttrs: {
pname = "proton-vpn";
version = "4.15.2";
version = "4.15.3";
pyproject = true;
src = fetchFromGitHub {
owner = "ProtonVPN";
repo = "proton-vpn-gtk-app";
tag = "v${finalAttrs.version}";
hash = "sha256-spxlYITDo2TZp4Qv47/HmiIaGU07THZXLG5cFIFZrow=";
hash = "sha256-2v8BckNmm7Ecw+uAgOyfofHDPWgXkJJ8DmhMszb0tg0=";
};
nativeBuildInputs = [