protonvpn-cli-ng: 2.2.2 -> 2.2.4
Changed version number and added Jinja2 to propagatedBuildInputs.
This commit is contained in:
parent
fd1c513aca
commit
53bee280a7
@ -2,19 +2,20 @@
|
|||||||
|
|
||||||
python3Packages.buildPythonApplication rec {
|
python3Packages.buildPythonApplication rec {
|
||||||
pname = "protonvpn-cli-ng";
|
pname = "protonvpn-cli-ng";
|
||||||
version = "2.2.2";
|
version = "2.2.4";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "protonvpn";
|
owner = "protonvpn";
|
||||||
repo = "${pname}";
|
repo = "${pname}";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "0ixjb02kj4z79whm1izd8mrn2h0rp9cmw4im1qvp93rahqxdd4n8";
|
sha256 = "08yca0a0prrnrc7ir7ajd56yxvxpcs4m1k8f5kf273f5whgr7wzw";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = (with python3Packages; [
|
propagatedBuildInputs = (with python3Packages; [
|
||||||
requests
|
requests
|
||||||
docopt
|
docopt
|
||||||
setuptools
|
setuptools
|
||||||
|
jinja2
|
||||||
pythondialog
|
pythondialog
|
||||||
]) ++ [
|
]) ++ [
|
||||||
dialog
|
dialog
|
||||||
|
Loading…
Reference in New Issue
Block a user