protonvpn-gui: 1.10.0 -> 1.11.0

This commit is contained in:
R. Ryantm 2022-09-15 11:14:21 +00:00
parent ee55809e31
commit f58388357b

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 = [