Commit aa5d57dd authored by Bad3r's avatar Bad3r
Browse files

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)).
parent 6dc9509e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = [