python3Packages.proton-vpn-local-agent: 1.6.0 -> 1.6.1 (#500093)

This commit is contained in:
Anthony
2026-03-15 19:37:29 +00:00
committed by GitHub
@@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "proton-vpn-local-agent";
version = "1.6.0";
version = "1.6.1";
pyproject = false;
withDistOutput = false;
@@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "ProtonVPN";
repo = "local-agent-rs";
rev = version;
hash = "sha256-rk3wi6q0UDuwh5yhLBqdLYsJxVqhlI+Yc7HZsiAU1Y8=";
hash = "sha256-QELvjPJhS8nsQqNucwhMjbwDVg2YiESuhSB1XCN0o90=";
};
cargoDeps = rustPlatform.fetchCargoVendor {
@@ -29,7 +29,7 @@ buildPythonPackage rec {
src
sourceRoot
;
hash = "sha256-jjSkPgGp3Yvypnlrt9pV1F/K3o2doNteQs1rwr5fhnM=";
hash = "sha256-28WEWWI29EYADq/z7C01LxaeBJw8oWiF24iLpduJZ5w=";
};
sourceRoot = "${src.name}/python-proton-vpn-local-agent";