about summary refs log tree commit diff
path: root/pkgs/applications/networking/protonvpn-cli
diff options
context:
space:
mode:
authorSCOTT-HAMILTON <sgn.hamilton+github@protonmail.com>2021-01-21 15:00:04 +0100
committerSCOTT-HAMILTON <sgn.hamilton+github@protonmail.com>2021-01-21 18:02:07 +0100
commit9523579672c9604645efd1999447b231583ef28f (patch)
tree9c98d0cf1c5795319fbcf681489183bc2e64b1dc /pkgs/applications/networking/protonvpn-cli
parent62b407f001ddafd0170ffa6e31ebfb5ff667e660 (diff)
protonvpn-cli: 2.2.4 -> 2.2.6
Diffstat (limited to 'pkgs/applications/networking/protonvpn-cli')
-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 1c72d4ef88c09..a13f840968632 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;
   };
 }