protonvpn-gui: 4.13.1 -> 4.14.0

Diff: https://github.com/ProtonVPN/proton-vpn-gtk-app/compare/v4.13.1...v4.14.0
This commit is contained in:
Anthony Roussel
2026-01-26 20:10:07 +01:00
parent 68aef776b7
commit c8c9d5a713
+4 -4
View File
@@ -6,26 +6,26 @@
libappindicator-gtk3,
libayatana-appindicator,
libnotify,
wrapGAppsHook3,
wrapGAppsHook4,
withIndicator ? true,
}:
python3Packages.buildPythonApplication rec {
pname = "protonvpn-gui";
version = "4.13.1";
version = "4.14.0";
pyproject = true;
src = fetchFromGitHub {
owner = "ProtonVPN";
repo = "proton-vpn-gtk-app";
tag = "v${version}";
hash = "sha256-pfk7ttQp7nWpGWqBWny9VdSktpB7RoBJIcF/pF6gAfA=";
hash = "sha256-zmtx7lua1VsjRjtGYlkuT+u2rCJt7RQk8JRgVrLWVaM=";
};
nativeBuildInputs = [
# Needed for the NM namespace
gobject-introspection
wrapGAppsHook3
wrapGAppsHook4
];
buildInputs = [