Commit b7934c46 authored by aktaboot's avatar aktaboot Committed by Cole Helbling
Browse files

mullvad: 2024.3 -> 2024.4

parent f2cda72c
Loading
Loading
Loading
Loading
+800 −640

File changed.

Preview size limit exceeded, changes collapsed.

+1 −1
Original line number Diff line number Diff line
@@ -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
+4 −3
Original line number Diff line number Diff line
@@ -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