Commit graph

7 commits

Author SHA1 Message Date
Cole Helbling afed882503 mullvad: fix build
https://github.com/NixOS/nixpkgs/pull/207804 removed git from
nativeBuildInputs for buildRustPackage, which is apparently what allowed
the build.rs to work here. Bring it back for this single package.
2023-01-19 07:59:03 -08:00
Dmitriy Kholkin 77f77dc97f
mullvad: 2022.4 -> 2022.5 2022-11-21 05:08:02 +03:00
Felix Schröter 48ed969f3e
mullvad: 2022.2 -> 2022.4 2022-08-19 16:35:13 +02:00
kilianar 295656a45a mullvad: 2022.1 -> 2022.2
https://github.com/mullvad/mullvadvpn-app/releases/tag/2022.2

address_cache was removed with the upstream release, so we remove those
parts as well.
2022-07-05 01:04:45 +02:00
Cole Helbling 1fc220f69c mullvad: fix openvpn support
Also expose `libwg` through `passthru` in the same way as
`openvpn-wireguard`.
2022-04-01 07:39:16 -07:00
Sandro Jäckel a9c901daad mullvad.openvpn-wireguard: init at 2.5.3 2022-04-01 07:39:16 -07:00
Cole Helbling 2d53cad9d1 mullvad: init at 2022.1
This package includes the CLI binaries for mullvad, but does not attempt
to build the GUI. This allows it to be (more) cross-platform than the
mullvad-vpn package, which depends on a tool that is unavailable for
e.g. ARM platforms.
2022-04-01 07:39:16 -07:00