mullvad: 2024.8 -> 2025.2

This commit is contained in:
aktaboot
2025-01-11 15:33:05 +01:00
parent 6fba2ab9ed
commit 9e5f028ce8
2 changed files with 8 additions and 5 deletions
@@ -13,7 +13,7 @@ buildGoModule {
modRoot = "wireguard-go-rs/libwg";
proxyVendor = true;
vendorHash = "sha256-uyAzY1hoCtS7da3wtjxTGx5wBb9c9m749TzihVr94rc=";
vendorHash = "sha256-j1lopBV/b1qSZPtEUVFyW0auLtaWSE5ss1a0pprcqOk=";
# XXX: hack to make the ar archive go to the correct place
# This is necessary because passing `-o ...` to `ldflags` does not work
@@ -28,20 +28,23 @@ let
in
rustPlatform.buildRustPackage rec {
pname = "mullvad";
version = "2024.8";
version = "2025.2";
src = fetchFromGitHub {
owner = "mullvad";
repo = "mullvadvpn-app";
rev = version;
fetchSubmodules = true;
hash = "sha256-mDQRIlu1wslgLhYlH87i9yntfPwTd7UQK2c6IoHuIqU=";
hash = "sha256-5GcYiyvulsOFepguBcBec98juw22YTbT7yvZJUOJUwc=";
};
useFetchCargoVendor = true;
cargoHash = "sha256-HCW2brAQK20oJIFKrdqHqRmihnKnxGZfyt5T8Yrt1z8=";
cargoHash = "sha256-3xleQgDp33Ctce7jB9XRRwxmRHkzLJcg9mPLU4PExAM=";
checkFlags = "--skip=version_check";
checkFlags = [
"--skip=version_check"
"--skip=config_resolver::test"
];
nativeBuildInputs = [
pkg-config