proton-vpn-cli: 1.0.0 -> 1.0.1

1.0.1 is the cli side of upstream's breaking api-core 5.x line ("Pcap
groundwork"); its debian/control raises the build-time api-core pin
to (>= 5.0.0).
This commit is contained in:
Bad3r
2026-04-23 22:31:12 +03:00
parent 7c95d4eff3
commit 6dc9509e9b
+2 -2
View File
@@ -9,14 +9,14 @@
python3Packages.buildPythonApplication (finalAttrs: {
pname = "proton-vpn-cli";
version = "1.0.0";
version = "1.0.1";
pyproject = true;
src = fetchFromGitHub {
owner = "ProtonVPN";
repo = "proton-vpn-cli";
tag = "v${finalAttrs.version}";
hash = "sha256-TIS1vhiOaX0ADKD1WRiPv+WYj0LwHmUuqyctygpaBho=";
hash = "sha256-CkkytFC3Zr/l2EV5W70kssN1v11F23oZpDvf7JWqmvQ=";
};
nativeBuildInputs = [