Merge pull request #110340 from SCOTT-HAMILTON/protonvpn-cli
protonvpn-cli: 2.2.4 -> 2.2.6
This commit is contained in:
commit
2b55866016
|
@ -2,13 +2,13 @@
|
||||||
|
|
||||||
python3Packages.buildPythonApplication rec {
|
python3Packages.buildPythonApplication rec {
|
||||||
pname = "protonvpn-linux-cli";
|
pname = "protonvpn-linux-cli";
|
||||||
version = "2.2.4";
|
version = "2.2.6";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "protonvpn";
|
owner = "protonvpn";
|
||||||
repo = "linux-cli";
|
repo = "linux-cli";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "08yca0a0prrnrc7ir7ajd56yxvxpcs4m1k8f5kf273f5whgr7wzw";
|
sha256 = "0y7v9ikrmy5dbjlpbpacp08gy838i8z54m8m4ps7ldk1j6kyia3n";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = (with python3Packages; [
|
propagatedBuildInputs = (with python3Packages; [
|
||||||
|
@ -29,8 +29,8 @@ python3Packages.buildPythonApplication rec {
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Linux command-line client for ProtonVPN";
|
description = "Linux command-line client for ProtonVPN";
|
||||||
homepage = "https://github.com/protonvpn/linux-cli";
|
homepage = "https://github.com/protonvpn/linux-cli";
|
||||||
maintainers = with maintainers; [ jtcoolen jefflabonte ];
|
maintainers = with maintainers; [ jtcoolen jefflabonte shamilton ];
|
||||||
license = licenses.gpl3;
|
license = licenses.gpl3;
|
||||||
platforms = platforms.unix;
|
platforms = platforms.linux;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue