Merge pull request #191530 from r-ryantm/auto-update/protonvpn-cli

protonvpn-cli: 3.12.0 -> 3.13.0
This commit is contained in:
Christian Kögler 2022-10-10 19:09:23 +02:00 committed by GitHub
commit 2d22856d6c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,7 +9,7 @@
buildPythonApplication rec {
pname = "protonvpn-cli";
version = "3.12.0";
version = "3.13.0";
format = "setuptools";
disabled = pythonOlder "3.5";
@ -17,8 +17,8 @@ buildPythonApplication rec {
src = fetchFromGitHub {
owner = "protonvpn";
repo = "linux-cli";
rev = version;
sha256 = "sha256-z0ewAqf8hjyExqBN8KBsDwJ+SA/pIBYZhKtXF9M65HE=";
rev = "refs/tags/${version}";
sha256 = "sha256-KhfogC23i7THe6YZJ6Sy1+q83vZupHsS69NurHCeo8I=";
};
propagatedBuildInputs = [