3
0
Fork 0
forked from mirrors/nixpkgs

protonvpn-gui: 4.1.0-unstable-2023-10-25 -> 4.1.10

Diff: 713324e9e4...v4.1.10
This commit is contained in:
Robert Schütz 2024-02-07 14:52:29 -08:00
parent 2e25506550
commit 47bcf4a4dd

View file

@ -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 = ''