mullvad: 2025.2 -> 2025.3

This commit is contained in:
aktaboot
2025-02-12 21:32:01 +01:00
parent 3e57eb0541
commit d07b383739
2 changed files with 4 additions and 4 deletions
@@ -13,7 +13,7 @@ buildGoModule {
modRoot = "wireguard-go-rs/libwg";
proxyVendor = true;
vendorHash = "sha256-j1lopBV/b1qSZPtEUVFyW0auLtaWSE5ss1a0pprcqOk=";
vendorHash = "sha256-uzPtA9RBP5m8+18YBq+SEsgytDOWFCGPzucCzISSiLQ=";
# XXX: hack to make the ar archive go to the correct place
# This is necessary because passing `-o ...` to `ldflags` does not work
@@ -29,18 +29,18 @@ let
in
rustPlatform.buildRustPackage rec {
pname = "mullvad";
version = "2025.2";
version = "2025.3";
src = fetchFromGitHub {
owner = "mullvad";
repo = "mullvadvpn-app";
tag = version;
fetchSubmodules = true;
hash = "sha256-5GcYiyvulsOFepguBcBec98juw22YTbT7yvZJUOJUwc=";
hash = "sha256-IpGTqi0gSE2yXXou5fp+CryHfIKx0n3y/V4K2+ZO3k8=";
};
useFetchCargoVendor = true;
cargoHash = "sha256-3xleQgDp33Ctce7jB9XRRwxmRHkzLJcg9mPLU4PExAM=";
cargoHash = "sha256-EJ8yk11H1QB+7CGjJYY5BjBAFTDK4d02/DJOQTVGFho=";
checkFlags = [
"--skip=version_check"