Unverified Commit 58c62c79 authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

Merge pull request #252831 from cleeyv/riseup-vpn

bitmask-vpn: 0.21.6 -> 0.21.11
parents a214dd51 3042545a
Loading
Loading
Loading
Loading
+6 −3
Original line number Diff line number Diff line
@@ -16,6 +16,7 @@
, qmltermwidget
, qtbase
, qtdeclarative
, qtgraphicaleffects
, qtinstaller
, qtquickcontrols
, qtquickcontrols2
@@ -25,14 +26,14 @@
, provider ? "riseup"
}:
let
  version = "0.21.6";
  version = "0.21.11";

  src = fetchFromGitLab {
    domain = "0xacab.org";
    owner = "leap";
    repo = "bitmask-vpn";
    rev = version;
    sha256 = "sha256-LMz+ZgQVFGujoLA8rlyZ3VnW/NSlPipD5KwCe+cFtnY=";
    sha256 = "sha256-mhmKG6Exxh64oeeeLezJYWEw61iIHLasHjLomd2L8P4=";
  };

  # bitmask-root is only used on GNU/Linux
@@ -98,7 +99,6 @@ buildGoModule rec {
    pkg-config
    python3Packages.wrapPython
    qmake
    qtquickcontrols
    qtquickcontrols2
    qttools
    which
@@ -109,6 +109,9 @@ buildGoModule rec {
    qtbase
    qmltermwidget
    qtdeclarative
    qtgraphicaleffects
    qtquickcontrols
    qtquickcontrols2
  ] ++ lib.optionals stdenv.isDarwin [ CoreFoundation Security ];
  # FIXME: building on Darwin currently fails
  # due to missing debug symbols for Qt,