Merge pull request #191318 from r-ryantm/auto-update/protonvpn-gui

protonvpn-gui: 1.10.0 -> 1.11.0
This commit is contained in:
Christian Kögler 2022-10-10 19:09:12 +02:00 committed by GitHub
commit 8694461666
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,13 +18,13 @@
buildPythonApplication rec {
pname = "protonvpn-gui";
version = "1.10.0";
version = "1.11.0";
src = fetchFromGitHub {
owner = "ProtonVPN";
repo = "linux-app";
rev = "refs/tags/${version}";
sha256 = "sha256-6IRkJKtdQQ9Yixb9CkT3tGNY0MYFZyvz1/6buZo5eYU=";
sha256 = "sha256-aov7Mkb3bGlS3q9zIWkeuWbrvfP1Gm2DhaeTprQNbeI=";
};
nativeBuildInputs = [