Unverified Commit 3e384c5e authored by Wolfgang Walther's avatar Wolfgang Walther Committed by GitHub
Browse files

mullvad, mullvad-vpn : 2024.8 -> 2025.2 (#372945)

parents a6af74b9 135f7d9b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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
+7 −4
Original line number Diff line number Diff line
@@ -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
+3 −3
Original line number Diff line number Diff line
@@ -67,7 +67,7 @@ let
    systemd
  ];

  version = "2024.8";
  version = "2025.2";

  selectSystem =
    attrs:
@@ -79,8 +79,8 @@ let
  };

  hash = selectSystem {
    x86_64-linux = "sha256-3PZMgYTPh6cqOG93k9SynFlm9ySH2+4Wivp1j8qnyGE=";
    aarch64-linux = "sha256-s0L05dexelJjEzL6dbOqLOHhHPVDpZKb81Zvw5JkTug=";
    x86_64-linux = "sha256-jOE6Nsna1R6kNp/wXaY60rNmgy4y2UViHiK+KphSNFo=";
    aarch64-linux = "sha256-yemy1Eajq7uHfGGEf3bgnp2Uz+NcI0cSp65ZvKUQAEg=";
  };
in