Merge pull request #252831 from cleeyv/riseup-vpn

bitmask-vpn: 0.21.6 -> 0.21.11
This commit is contained in:
Weijia Wang 2023-09-07 01:44:41 +02:00 committed by GitHub
commit 58c62c79f8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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,