Unverified Commit 77f77dc9 authored by Dmitriy Kholkin's avatar Dmitriy Kholkin
Browse files

mullvad: 2022.4 -> 2022.5

parent d9fb8de8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@ buildGoModule {

  sourceRoot = "source/wireguard/libwg";

  vendorSha256 = "qvymWCdJ+GY90W/Fpdp+r1+mTq6O4LyN2Yw/PjKdFm0=";
  vendorSha256 = "QNde5BqkSuqp3VJQOhn7aG6XknRDZQ62PE3WGhEJ5LU=";

  # XXX: hack to make the ar archive go to the correct place
  # This is necessary because passing `-o ...` to `ldflags` does not work
+3 −3
Original line number Diff line number Diff line
@@ -15,16 +15,16 @@
}:
rustPlatform.buildRustPackage rec {
  pname = "mullvad";
  version = "2022.4";
  version = "2022.5";

  src = fetchFromGitHub {
    owner = "mullvad";
    repo = "mullvadvpn-app";
    rev = version;
    hash = "sha256-s0Cmeh10lQUB5BK4i1qxkDy/ylx/3c6V66dxH+kcnLs=";
    hash = "sha256-LiaELeEBIn/GZibKf25W3DHe+IkpaTY8UC7ca/7lp8k=";
  };

  cargoHash = "sha256-HPURL+CFUVLWRq8nzLiZxDhckgH76b6JBUObLGtoEEw=";
  cargoHash = "sha256-KpBhdZce8Ug3ws7f1qg+5LtOMQw2Mf/uJsBg/TZSYyk=";

  nativeBuildInputs = [
    pkg-config