Commit 99ceb335 authored by Viorel-Cătălin Răpițeanu's avatar Viorel-Cătălin Răpițeanu Committed by Viorel-Cătălin Răpițeanu
Browse files

protonvpn-gui: 4.8.2 -> 4.9.5

Update the package to the latest version.
parent a606c665
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -21,14 +21,14 @@

buildPythonApplication rec {
  pname = "protonvpn-gui";
  version = "4.8.2";
  version = "4.9.5";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "ProtonVPN";
    repo = "proton-vpn-gtk-app";
    tag = "v${version}";
    hash = "sha256-kNWwrNpXCkAPvXXqv8HwOx0msYEVsO0JgrtG3wUVmQ4=";
    hash = "sha256-mXRTXr7u049pgPRK5gwaGfQUmUl4vlKca4lRH06HZj8=";
  };

  nativeBuildInputs = [