protonvpn-gui: 4.8.1 -> 4.8.2

Update the package to the latest version.
This commit is contained in:
Viorel-Cătălin Răpițeanu
2025-01-07 12:17:13 +02:00
parent 0b2c54d277
commit f827337510
@@ -21,14 +21,14 @@
buildPythonApplication rec {
pname = "protonvpn-gui";
version = "4.8.1";
version = "4.8.2";
pyproject = true;
src = fetchFromGitHub {
owner = "ProtonVPN";
repo = "proton-vpn-gtk-app";
tag = "v${version}";
hash = "sha256-+UnMsjIJ0M1YiF+BcY7RObUoCeDZGtE0ul6KBaODzeY=";
hash = "sha256-kNWwrNpXCkAPvXXqv8HwOx0msYEVsO0JgrtG3wUVmQ4=";
};
nativeBuildInputs = [