Skip to content

Commit 80a1865

Browse files
proton-vpn-cli: 0.1.4 -> 0.1.5 (NixOS#485085)
2 parents cd998b2 + 973da32 commit 80a1865

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pkgs/by-name/pr/proton-vpn-cli/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@
99

1010
python3Packages.buildPythonApplication rec {
1111
pname = "proton-vpn-cli";
12-
version = "0.1.4";
12+
version = "0.1.5";
1313
pyproject = true;
1414

1515
src = fetchFromGitHub {
1616
owner = "ProtonVPN";
1717
repo = "proton-vpn-cli";
1818
tag = "v${version}";
19-
hash = "sha256-nopkUda1XaFMroIvsf+vCXWa5aXUTEC/EhAN9Lto3Lo=";
19+
hash = "sha256-ercX9CLpV8ICpevS73Bl6WyG0fnjyaxf5u/dz2WPyhw=";
2020
};
2121

2222
nativeBuildInputs = [

0 commit comments

Comments
 (0)