nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

python3Packages.proton-vpn-local-agent: 1.4.5 -> 1.4.8

R. Ryantm a0a48b22 bcffac3a

+3 -3
+3 -3
pkgs/development/python-modules/proton-vpn-local-agent/default.nix
··· 10 10 11 11 buildPythonPackage rec { 12 12 pname = "proton-vpn-local-agent"; 13 - version = "1.4.5"; 13 + version = "1.4.8"; 14 14 pyproject = false; 15 15 withDistOutput = false; 16 16 ··· 18 18 owner = "ProtonVPN"; 19 19 repo = "python-proton-vpn-local-agent"; 20 20 rev = version; 21 - hash = "sha256-njulvM8CNURy5Gy8thOT08y4cq9T68Ktl6wlfvg5I4w="; 21 + hash = "sha256-AHY2b0JaYaLhgnNkTsm9ERkw0s0NWnpbPAPgw+r2Gz4="; 22 22 }; 23 23 24 24 cargoDeps = rustPlatform.fetchCargoVendor { ··· 28 28 src 29 29 sourceRoot 30 30 ; 31 - hash = "sha256-RrMhkOZyG0JBEk+ikRpQtsNVR6Jt94u71+srQ6qMq5U="; 31 + hash = "sha256-zzUZsF0R0QGhxe4To6xSHYUVJTIDddf+UdTJg7E9Ef8="; 32 32 }; 33 33 34 34 sourceRoot = "${src.name}/python-proton-vpn-local-agent";