We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a606c66 commit 99ceb33Copy full SHA for 99ceb33
pkgs/applications/networking/protonvpn-gui/default.nix
@@ -21,14 +21,14 @@
21
22
buildPythonApplication rec {
23
pname = "protonvpn-gui";
24
- version = "4.8.2";
+ version = "4.9.5";
25
pyproject = true;
26
27
src = fetchFromGitHub {
28
owner = "ProtonVPN";
29
repo = "proton-vpn-gtk-app";
30
tag = "v${version}";
31
- hash = "sha256-kNWwrNpXCkAPvXXqv8HwOx0msYEVsO0JgrtG3wUVmQ4=";
+ hash = "sha256-mXRTXr7u049pgPRK5gwaGfQUmUl4vlKca4lRH06HZj8=";
32
};
33
34
nativeBuildInputs = [
0 commit comments