Skip to content

Commit a606c66

Browse files
SteinhagenViorel-Cătălin Răpițeanu
authored andcommitted
proton-vpn-local-agent: 1.2.0 -> 1.4.4
Updated the package to the latest stable version.
1 parent 6128c98 commit a606c66

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/pr/proton-vpn-local-agent/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@
88

99
rustPlatform.buildRustPackage rec {
1010
pname = "proton-vpn-local-agent";
11-
version = "1.2.0";
11+
version = "1.4.4";
1212
useFetchCargoVendor = true;
13-
cargoHash = "sha256-KD+cTEmezTiGL+OmMryS/Q1mRR0n9jx80o3hb5X3ZYM=";
13+
cargoHash = "sha256-i/qJwN8693MRaWTcvGGcWMCqclyOOIb/wlqiUilOhzQ=";
1414

1515
src = fetchFromGitHub {
1616
owner = "ProtonVPN";
1717
repo = "python-proton-vpn-local-agent";
1818
rev = version;
19-
hash = "sha256-1iUeAWojIcXbvO6YoPEh//dbVdl90cUocyO3nfDtUEM";
19+
hash = "sha256-9dyyLZZEOB2080KxN0ffdkRhyvEY8xKE/7b2mA7JL+o=";
2020
};
2121

2222
sourceRoot = "${src.name}/python-proton-vpn-local-agent";

0 commit comments

Comments
 (0)