protonvpn-gui: 1.11.0 -> 1.12.0

This commit is contained in:
R. Ryantm
2022-11-10 20:57:22 +08:00
committed by Bobby Rong
parent 4cdc5e3069
commit 6a53b035e5
@@ -18,13 +18,13 @@
buildPythonApplication rec {
pname = "protonvpn-gui";
version = "1.11.0";
version = "1.12.0";
src = fetchFromGitHub {
owner = "ProtonVPN";
repo = "linux-app";
rev = "refs/tags/${version}";
sha256 = "sha256-aov7Mkb3bGlS3q9zIWkeuWbrvfP1Gm2DhaeTprQNbeI=";
sha256 = "sha256-MPS4d/yNkccsc/j85h7/4k4xL8uSCvhj/9JWPa7ezLY=";
};
nativeBuildInputs = [