mullvad: 2024.3 -> 2024.4

This commit is contained in:
aktaboot 2024-08-15 18:19:29 +02:00 committed by Cole Helbling
parent f2cda72cb2
commit b7934c4670
3 changed files with 810 additions and 649 deletions

File diff suppressed because it is too large Load Diff

View File

@ -12,7 +12,7 @@ buildGoModule {
sourceRoot = "${mullvad.src.name}/wireguard/libwg";
vendorHash = "sha256-2hb6+OHifm/oAgXCiYf+nwtNDDZNWR6lAbLSGT3AG0I=";
vendorHash = "sha256-gaU3na3sjzM6lvmsGRkuGtV2AHvkl6IgzmyGx3R5ZpM=";
# XXX: hack to make the ar archive go to the correct place
# This is necessary because passing `-o ...` to `ldflags` does not work

View File

@ -17,23 +17,24 @@
}:
rustPlatform.buildRustPackage rec {
pname = "mullvad";
version = "2024.3";
version = "2024.4";
src = fetchFromGitHub {
owner = "mullvad";
repo = "mullvadvpn-app";
rev = version;
hash = "sha256-poQtE+XIlPcL9viAau+70xWx1fPrTXJXMcuPvXlqjZg=";
hash = "sha256-d7poR1NnvqaPutXLFizpQnyipl+38N1Qe2zVXeV7v1Q=";
};
cargoLock = {
lockFile = ./Cargo.lock;
outputHashes = {
"hickory-proto-0.24.0" = "sha256-IqGVoQ1vRruCcaDr82ARkvSo42Pe9Q6iJIWnSd6GqEg=";
"udp-over-tcp-0.3.0" = "sha256-5PeaM7/zhux1UdlaKpnQ2yIdmFy1n2weV/ux9lSRha4=";
};
};
checkFlags = "--skip=version_check";
nativeBuildInputs = [
pkg-config
protobuf