Commit 47bcf4a4 authored by Robert Schütz's avatar Robert Schütz
Browse files
parent 2e255065
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -27,14 +27,14 @@

buildPythonApplication rec {
  pname = "protonvpn-gui";
  version = "4.1.0-unstable-2023-10-25";
  version = "4.1.10";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "ProtonVPN";
    repo = "proton-vpn-gtk-app";
    rev = "713324e9e4ee9f030c8115072cae379eb3340c42";
    hash = "sha256-DfuM4b2cSIA8j9Ux3TzInRCvzQGb9LvJDSwRhfadBPY=";
    rev = "refs/tags/v${version}";
    hash = "sha256-D06dMMjzFE7gIGFpIH/+0xmVCckqAWLkb3lc2ZmxNZs=";
  };

  nativeBuildInputs = [
@@ -71,7 +71,7 @@ buildPythonApplication rec {

  postPatch = ''
    substituteInPlace setup.cfg \
      --replace "--cov=proton --cov-report=html --cov-report=term" ""
      --replace-fail "--cov=proton --cov-report=html --cov-report=term" ""
  '';

  postInstall = ''