summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2021-01-31 19:36:43 +0100
committerGitHub <noreply@github.com>2021-01-31 19:36:43 +0100
commit2b55866016abdd9bcd8ce86b12a503ad63677692 (patch)
tree3e4d87b019fe7c80b161f77f7f9475188323124b
parent0ebabc7057ddb1e9831e7822460ab07b372e9cd2 (diff)
parent9523579672c9604645efd1999447b231583ef28f (diff)
Merge pull request #110340 from SCOTT-HAMILTON/protonvpn-cli
protonvpn-cli: 2.2.4 -> 2.2.6
-rw-r--r--pkgs/applications/networking/protonvpn-cli/default.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/applications/networking/protonvpn-cli/default.nix b/pkgs/applications/networking/protonvpn-cli/default.nix
index 1c72d4ef88c0..a13f84096863 100644
--- a/pkgs/applications/networking/protonvpn-cli/default.nix
+++ b/pkgs/applications/networking/protonvpn-cli/default.nix
@@ -2,13 +2,13 @@
python3Packages.buildPythonApplication rec {
pname = "protonvpn-linux-cli";
- version = "2.2.4";
+ version = "2.2.6";
src = fetchFromGitHub {
owner = "protonvpn";
repo = "linux-cli";
rev = "v${version}";
- sha256 = "08yca0a0prrnrc7ir7ajd56yxvxpcs4m1k8f5kf273f5whgr7wzw";
+ sha256 = "0y7v9ikrmy5dbjlpbpacp08gy838i8z54m8m4ps7ldk1j6kyia3n";
};
propagatedBuildInputs = (with python3Packages; [
@@ -29,8 +29,8 @@ python3Packages.buildPythonApplication rec {
meta = with lib; {
description = "Linux command-line client for ProtonVPN";
homepage = "https://github.com/protonvpn/linux-cli";
- maintainers = with maintainers; [ jtcoolen jefflabonte ];
+ maintainers = with maintainers; [ jtcoolen jefflabonte shamilton ];
license = licenses.gpl3;
- platforms = platforms.unix;
+ platforms = platforms.linux;
};
}