protonvpn-gui: 4.12.0 -> 4.13.0 (#467902)

This commit is contained in:
nixpkgs-ci[bot]
2025-12-18 08:18:23 +00:00
committed by GitHub
+2 -2
View File
@@ -12,14 +12,14 @@
python3Packages.buildPythonApplication rec {
pname = "protonvpn-gui";
version = "4.12.0";
version = "4.13.0";
pyproject = true;
src = fetchFromGitHub {
owner = "ProtonVPN";
repo = "proton-vpn-gtk-app";
tag = "v${version}";
hash = "sha256-pDTzqTiGAisVEHwez526z9C9GzNkMWl6Cui8E6siIXo=";
hash = "sha256-1T8gh0aKYiVnkr4SLg2a5Hcc8FQn8llofCXxeZGwd8I=";
};
nativeBuildInputs = [