protonvpn-gui: 4.8.0 -> 4.8.1

Update the package to the latest version.
This commit is contained in:
Viorel-Cătălin Răpițeanu
2024-12-09 23:30:04 +02:00
parent d75618dc7a
commit 0d3597f541
@@ -21,14 +21,14 @@
buildPythonApplication rec {
pname = "protonvpn-gui";
version = "4.8.0";
version = "4.8.1";
pyproject = true;
src = fetchFromGitHub {
owner = "ProtonVPN";
repo = "proton-vpn-gtk-app";
rev = "refs/tags/v${version}";
hash = "sha256-KNMlDjL4SosHZ6ol2jpC1K7F6VuCa1O2EkQtl8uwnig=";
hash = "sha256-+UnMsjIJ0M1YiF+BcY7RObUoCeDZGtE0ul6KBaODzeY=";
};
nativeBuildInputs = [