about summary refs log tree commit diff
path: root/pkgs/applications/networking/protonvpn-cli-ng
diff options
context:
space:
mode:
authorSeabass-Chan <54417615+privateseabass@users.noreply.github.com>2020-06-27 10:28:58 -0700
committerSeabass <2878323-PrivateSeabass@users.noreply.gitlab.com>2020-06-30 22:43:18 -0700
commit53bee280a7ced5342eaa35e5a720b24bb96068a8 (patch)
tree37e3c262609a14b2b1eeb77712593b8347771416 /pkgs/applications/networking/protonvpn-cli-ng
parentfd1c513acaecb97e299e331969881e59706709a1 (diff)
protonvpn-cli-ng: 2.2.2 -> 2.2.4
Changed version number and added Jinja2 to propagatedBuildInputs.
Diffstat (limited to 'pkgs/applications/networking/protonvpn-cli-ng')
-rw-r--r--pkgs/applications/networking/protonvpn-cli-ng/default.nix5
1 files changed, 3 insertions, 2 deletions
diff --git a/pkgs/applications/networking/protonvpn-cli-ng/default.nix b/pkgs/applications/networking/protonvpn-cli-ng/default.nix
index e62bc21ab5b8e..e2870c58e9710 100644
--- a/pkgs/applications/networking/protonvpn-cli-ng/default.nix
+++ b/pkgs/applications/networking/protonvpn-cli-ng/default.nix
@@ -2,19 +2,20 @@
 
 python3Packages.buildPythonApplication rec {
   pname = "protonvpn-cli-ng";
-  version = "2.2.2";
+  version = "2.2.4";
 
   src = fetchFromGitHub {
     owner = "protonvpn";
     repo = "${pname}";
     rev = "v${version}";
-    sha256 = "0ixjb02kj4z79whm1izd8mrn2h0rp9cmw4im1qvp93rahqxdd4n8";
+    sha256 = "08yca0a0prrnrc7ir7ajd56yxvxpcs4m1k8f5kf273f5whgr7wzw";
   };
 
   propagatedBuildInputs = (with python3Packages; [
       requests
       docopt
       setuptools
+      jinja2
       pythondialog
     ]) ++ [
       dialog