Commit Graph

17 Commits

Author SHA1 Message Date
Reed Riley
2d295d752e mullvad: 2023.6 -> 2024.1 2024-04-09 07:32:50 -07:00
Reed Riley
590ec5b412 mullvad: 2023.5 -> 2023.6 2024-01-02 07:53:55 -08:00
Adam Joseph
c7e0f6b905 treewide: s_targetPlatform_hostPlatform_ in non-compiler packages
stdenv.targetPlatform really shouldn't be used by software that
doesn't generate or manipulate binaries.  I reviewed all uses of
targetPlatform outside of pkgs/development/compilers and pkgs/stdenv
and replaced those which weren't involved in something which fits
these criteria.
2023-11-17 08:07:34 +00:00
André Silva
616584627a mullvad: 2023.3 -> 2023.5 2023-10-23 06:57:45 -07:00
Cole Helbling
953b44aaea mullvad: 2023.2 -> 2023.3
https://github.com/mullvad/mullvadvpn-app/releases/tag/2023.3
2023-04-10 11:36:23 -07:00
Yureka
f8cbc3c281 tree-wide: convert rust with git deps to importCargoLock 2023-03-26 01:52:04 +01:00
R. Ryantm
a4476d4f06 mullvad: 2023.1 -> 2023.2 2023-03-14 14:53:11 -07:00
lelgenio
130fa0baaa mullvad: add shell completion 2023-03-09 07:24:04 -08:00
Cole Helbling
4b57d35c27 mullvad: make openvpn support optional
Enabled by default to not break anybody who depends on it, but I don't
and I would like to disable it.
2023-03-02 13:13:55 -08:00
Cole Helbling
a0d3f55f3d mullvad: 2022.5 -> 2023.1
https://github.com/mullvad/mullvadvpn-app/releases/tag/2023.1
2023-03-02 13:13:55 -08:00
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