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

protonvpn-gui: 1.10.0 -> 1.11.0

authored by

Christian Kögler and committed by
GitHub
86944616 a3488c00

+2 -2
+2 -2
pkgs/applications/networking/protonvpn-gui/default.nix
··· 18 19 buildPythonApplication rec { 20 pname = "protonvpn-gui"; 21 - version = "1.10.0"; 22 23 src = fetchFromGitHub { 24 owner = "ProtonVPN"; 25 repo = "linux-app"; 26 rev = "refs/tags/${version}"; 27 - sha256 = "sha256-6IRkJKtdQQ9Yixb9CkT3tGNY0MYFZyvz1/6buZo5eYU="; 28 }; 29 30 nativeBuildInputs = [
··· 18 19 buildPythonApplication rec { 20 pname = "protonvpn-gui"; 21 + version = "1.11.0"; 22 23 src = fetchFromGitHub { 24 owner = "ProtonVPN"; 25 repo = "linux-app"; 26 rev = "refs/tags/${version}"; 27 + sha256 = "sha256-aov7Mkb3bGlS3q9zIWkeuWbrvfP1Gm2DhaeTprQNbeI="; 28 }; 29 30 nativeBuildInputs = [