Skip to content

Commit 99ceb33

Browse files
SteinhagenViorel-Cătălin Răpițeanu
authored andcommitted
protonvpn-gui: 4.8.2 -> 4.9.5
Update the package to the latest version.
1 parent a606c66 commit 99ceb33

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/applications/networking/protonvpn-gui/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,14 @@
2121

2222
buildPythonApplication rec {
2323
pname = "protonvpn-gui";
24-
version = "4.8.2";
24+
version = "4.9.5";
2525
pyproject = true;
2626

2727
src = fetchFromGitHub {
2828
owner = "ProtonVPN";
2929
repo = "proton-vpn-gtk-app";
3030
tag = "v${version}";
31-
hash = "sha256-kNWwrNpXCkAPvXXqv8HwOx0msYEVsO0JgrtG3wUVmQ4=";
31+
hash = "sha256-mXRTXr7u049pgPRK5gwaGfQUmUl4vlKca4lRH06HZj8=";
3232
};
3333

3434
nativeBuildInputs = [

0 commit comments

Comments
 (0)