about summary refs log tree commit diff
path: root/pkgs/applications/networking/mullvad
AgeCommit message (Collapse)AuthorFilesLines
2024-06-09treewide: Remove indefinite article from meta.descriptionAlexis Hildebrandt1-1/+1
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"[Aa]n?' pkgs \ | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Aa]n? (.)/\1\U\2/'
2024-05-21pkgs/applications: remove uneeded fetchpatch argumentsSigmanificient1-1/+0
2024-04-09mullvad: 2023.6 -> 2024.1Reed Riley3-34/+199
2024-01-02mullvad: use hash instead of sha256 for patchReed Riley1-1/+1
2024-01-02mullvad: 2023.5 -> 2023.6Reed Riley3-1242/+943
2023-11-17treewide: s_targetPlatform_hostPlatform_ in non-compiler packagesAdam Joseph1-1/+1
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-10-23mullvad: 2023.3 -> 2023.5André Silva2-226/+839
2023-09-21treewide: use sri hash (#256481)Aaron Jheng1-2/+1
2023-08-03treewide: noop: refer to `src.name` or similar in `sourceRoot` where ↵Jan Malakhovski1-1/+1
appropriate, part 1: trivial cases
2023-07-18mullvad.openvpn-mullvad: Update configureFlags to match the flags from ↵TarCV1-8/+15
mullvadvpn-app-binaries on Linux too
2023-07-18mullvad.openvpn-mullvad: Move hooks to nativeBuildInputsTarCV1-2/+5
2023-07-18mullvad.openvpn-mullvad: Fix postPatchTarCV1-1/+3
2023-07-18mullvad.openvpn-mullvad: 2.5.3 -> 2.6.0TarCV1-30/+43
Update OpenVPN to the version required by current Mullvad
2023-04-10mullvad: 2023.2 -> 2023.3Cole Helbling2-268/+241
https://github.com/mullvad/mullvadvpn-app/releases/tag/2023.3
2023-03-26tree-wide: convert rust with git deps to importCargoLockYureka2-1/+4314
2023-03-14mullvad: 2023.1 -> 2023.2R. Ryantm1-3/+3
2023-03-09mullvad: add shell completionlelgenio1-0/+13
2023-03-02mullvad: make openvpn support optionalCole Helbling1-1/+2
Enabled by default to not break anybody who depends on it, but I don't and I would like to disable it.
2023-03-02mullvad: 2022.5 -> 2023.1Cole Helbling1-4/+15
https://github.com/mullvad/mullvadvpn-app/releases/tag/2023.1
2023-01-19mullvad: fix buildCole Helbling1-0/+2
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.
2022-11-21mullvad: 2022.4 -> 2022.5Dmitriy Kholkin2-4/+4
2022-08-19mullvad: 2022.2 -> 2022.4Felix Schröter1-3/+3
2022-07-05mullvad: 2022.1 -> 2022.2kilianar1-28/+5
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-04-01mullvad: fix openvpn supportCole Helbling1-8/+15
Also expose `libwg` through `passthru` in the same way as `openvpn-wireguard`.
2022-04-01mullvad.openvpn-wireguard: init at 2.5.3Sandro Jäckel3-0/+91
2022-04-01mullvad: init at 2022.1Cole Helbling3-0/+139
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.