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

protonvpn-gui: 1.7.0 -> 1.8.0
This commit is contained in:
Ryan Mulligan 2022-04-19 05:52:11 -07:00 committed by GitHub
commit 19e8c7f2e5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,13 +16,13 @@
buildPythonApplication rec {
pname = "protonvpn-gui";
version = "1.7.0";
version = "1.8.0";
src = fetchFromGitHub {
owner = "ProtonVPN";
repo = "linux-app";
rev = version;
sha256 = "sha256-uzooFQBq2mhqTBr/cgea5cVQ889P70sgSk2vjXBQEfw=";
rev = "refs/tags/${version}";
sha256 = "sha256-Od12qHiyXHu2JnjYV7amZz5xxL+eiWUVbcG5Tbcrr28=";
};
nativeBuildInputs = [