proton-vpn-local-agent: 1.2.0 -> 1.4.4

Updated the package to the latest stable version.
This commit is contained in:
Viorel-Cătălin Răpițeanu
2025-03-26 09:56:30 +02:00
committed by Viorel-Cătălin Răpițeanu
parent 6128c988fd
commit a606c6659d
@@ -8,15 +8,15 @@
rustPlatform.buildRustPackage rec {
pname = "proton-vpn-local-agent";
version = "1.2.0";
version = "1.4.4";
useFetchCargoVendor = true;
cargoHash = "sha256-KD+cTEmezTiGL+OmMryS/Q1mRR0n9jx80o3hb5X3ZYM=";
cargoHash = "sha256-i/qJwN8693MRaWTcvGGcWMCqclyOOIb/wlqiUilOhzQ=";
src = fetchFromGitHub {
owner = "ProtonVPN";
repo = "python-proton-vpn-local-agent";
rev = version;
hash = "sha256-1iUeAWojIcXbvO6YoPEh//dbVdl90cUocyO3nfDtUEM";
hash = "sha256-9dyyLZZEOB2080KxN0ffdkRhyvEY8xKE/7b2mA7JL+o=";
};
sourceRoot = "${src.name}/python-proton-vpn-local-agent";