Oleksii Filonenko
d967405bac
Merge pull request #217167 from PlayerNameHere/mullvad-vpn-substitute-programs
...
mullvad-vpn: add binaries to PATH for GUI launcher script
2023-05-21 23:08:18 +03:00
R. Ryantm
1ef6ddb2fc
mullvad-vpn: 2023.2 -> 2023.3
2023-04-14 22:36:44 +00:00
Jon Hermansen
cb13d3f04b
mullvad-vpn: 2023.1 -> 2023.2
2023-03-24 17:35:49 -04:00
R. Ryantm
ce546c73c3
mullvad-vpn: 2022.5 -> 2023.1
2023-03-02 13:13:44 -08:00
Dixon Sean Low Yan Feng
9dcb0f7112
mullvad-vpn: format with nixpkgs-fmt
2023-02-20 19:53:40 +08:00
Dixon Sean Low Yan Feng
ec36d70127
mullvad-vpn: add binaries to PATH for GUI launcher script
...
Adds coreutils and gnugrep to the PATH of the GUI launcher script
via makeProgram. The launcher uses grep, echo, dirname and pwd.
2023-02-20 19:52:46 +08:00
hw-lunemann
ac68ce8b84
mullvad-vpn: add libGL dependency to fix hardware accel
2023-02-06 01:30:12 +00:00
hw-lunemann
8def12471c
mullvad-vpn: add wayland runtime dependency
...
libwayland-cursor is required when running mullvad-vpn with wayland.
2023-01-30 07:58:07 +01:00
Dmitriy Kholkin
1b3361b71c
mullvad-vpn: fix openvpn
2023-01-22 03:39:32 +03:00
Dmitriy Kholkin
49dcf51e2a
mullvad-vpn: 2022.4 -> 2022.5
2022-11-21 05:08:15 +03:00
Pavel Zolotarevskiy
3decf9eac0
mullvad-vpn: remove myself from maintainers
2022-09-30 07:15:45 +00:00
Felix Schröter
797b2e0ea0
mullvad-vpn: 2022.2 -> 2022.4
2022-08-19 16:35:21 +02:00
figsoda
a8b05f0e61
Revert "mullvad-vpn: 2022.2 -> 2022.3"
2022-08-15 21:55:26 +02:00
R. Ryantm
56b1c71379
mullvad-vpn: 2022.2 -> 2022.3
2022-08-10 20:30:43 +00:00
kilianar
57ca6c3933
mullvad-vpn: 2022.1 -> 2022.2
...
https://github.com/mullvad/mullvadvpn-app/releases/tag/2022.2
2022-07-04 23:41:34 +02:00
Robert Scott
466c2e342a
treewide/applications: add sourceType
binaryNativeCode
for many packages
2022-06-23 18:38:19 +01:00
flexagoon
1b557ada01
mullvad-vpn: 2021.6 -> 2022.1
2022-03-01 21:51:56 +03:00
FliegendeWurst
129dafb382
mullvad-vpn: remove gconf dependency
2022-02-11 15:05:09 +01:00
Bernardo Meurer
76c35ec839
mullvad-vpn: use makeWrapper instead of env hack
2022-01-23 21:23:52 -08:00
Daniel Ebbert
6102d0bada
mullvad-vpn: 2021.5 -> 2021.6
2021-12-10 12:38:06 +01:00
flexagoon
63a0830244
mullvad-vpn: fix the .desktop file
2021-11-04 20:09:12 +03:00
flexagoon
7c101104c0
mullvad-vpn: disable update notifications
2021-11-02 10:02:24 +03:00
flexagoon
4e1ae611da
mullvad-vpn: 2021.4 -> 2021.5
2021-10-28 13:41:32 +03:00
Yannick Markus
9e7c177aa8
mullvad-vpn: 2021.3 -> 2021.4
2021-07-12 23:17:17 -07:00
AndersonTorres
e9e5f5f84d
Change all alsaLib references to alsa-lib
2021-06-10 01:12:49 -03:00
Yannick Markus
5f8c6525e5
mullvad-vpn: 2021.2 -> 2021.3
2021-05-04 09:09:06 +02:00
Gabriel Ebner
d9e946acf9
mullvad-vpn: add mesa dependency
2021-04-09 18:12:15 +02:00
06kellyjac
022ddfe5ce
mullvad-vpn: 2021.1 -> 2021.2
...
Moved to GitHub releases as the mullvad.net copy for 2021.2 isn't there
yet. They probably get copied over later.
2021-02-18 16:29:19 +00:00
Yannick Markus
56a7b87444
mullvad-vpn: 2020.7 -> 2021.1
...
fixed license to gpl3Only
2021-02-12 09:33:36 +01:00
Profpatsch
4a7f99d55d
treewide: with stdenv.lib; in meta -> with lib;
...
Part of: https://github.com/NixOS/nixpkgs/issues/108938
meta = with stdenv.lib;
is a widely used pattern. We want to slowly remove
the `stdenv.lib` indirection and encourage people
to use `lib` directly. Thus let’s start with the meta
field.
This used a rewriting script to mostly automatically
replace all occurances of this pattern, and add the
`lib` argument to the package header if it doesn’t
exist yet.
The script in its current form is available at
https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2021-01-11 10:38:22 +01:00
Maxwell L-T
9d98d8ae2e
mullvad-vpn: 2020.6 -> 2020.7
2020-11-21 19:20:47 -05:00
Oleksii Filonenko
512c3c0a05
maintainers: rename filalex77 -> Br1ght0ne
2020-11-17 13:09:31 +02:00
Maxwell L-T
ab0faef05f
mullvad-vpn: 2020.5 -> 2020.6
2020-10-25 13:23:50 -04:00
Florian Klink
a22b1a61a8
mullvad-vpn: use lib.getLib systemd instead of systemd.lib
...
This will pick the `lib` output if it exists, otherwise default to `out`.
2020-08-13 20:51:40 +02:00
R. RyanTM
0b5eea64bf
mullvad-vpn: 2020.4 -> 2020.5
2020-06-26 18:24:43 +00:00
R. RyanTM
ebe21b1075
mullvad-vpn: 2020.3 -> 2020.4
2020-05-19 19:43:06 +00:00
Mario Rodas
9644e10968
Merge pull request #83621 from cgevans/fix-mullvad-appindicator2
...
mullvad-vpn: add libappindicator dependency and fix mullvad-problem-report link
2020-04-01 08:16:51 -05:00
Mario Rodas
dd1068f840
Merge pull request #80721 from emacsomancer/mullvad2020.3
...
mullvad-vpn: 2020.2 -> 2020.3
2020-04-01 08:16:34 -05:00
Constantine Glen Evans
1eacf626ed
mullvad-vpn: fix mullvad-problem-report link
2020-03-28 14:24:24 -07:00
Constantine Glen Evans
061e73c959
mullvad-vpn: add libappindicator dependency
...
Adding libappindicator as a runtime dependency allows the Electron-based gui app
to have an appindicator in desktop environments that support them (eg,
Gnome with the appindicator support extension).
2020-03-28 14:00:20 -07:00
Konrad Borowski
1e5fae561c
mullvad-vpn: remove xfix from maintainers
2020-03-18 16:06:50 -07:00
Benjamin Slade
119ed06061
mullvad-vpn: 2020.2 -> 2020.3
...
- Security update:
Fix stack overflow caused by WireGuard key rotation timers. When the daemon
crashed it was restarted automatically. But it did not connect (depending
on settings), leaving a leak.
2020-02-21 05:44:57 -07:00
Benjamin Slade
f2e5bb967f
mullvad-vpn: 2020.1 -> 2020.2
2020-02-14 19:54:45 -07:00
Oleksii Filonenko
cd51fca0f0
mullvad-vpn: 2019.9 -> 2019.10
2019-12-12 16:35:58 +02:00
Oleksii Filonenko
90d336d007
mullvad-vpn: add filalex77 to maintainers
2019-11-26 09:48:29 +02:00
Oleksii Filonenko
407a8ec0e0
mullvad-vpn: 2019.8 -> 2019.9
2019-11-26 09:48:01 +02:00
Ryan Mulligan
95c519f5ce
Merge pull request #70766 from xfix/nixpkg-mullvad-update
...
mullvad: 2019.7 -> 2019.8
2019-11-02 09:05:24 -07:00
Konrad Borowski
0947bbc62c
mullvad: remove unnecessary systemd service copying in installation
2019-10-10 19:11:11 +02:00
Konrad Borowski
f7ca3e8c43
mullvad: 2019.7 -> 2019.8
2019-10-10 19:09:31 +02:00
R. RyanTM
ee4e66f0d5
mullvad-vpn: 2019.6 -> 2019.7
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/mullvad-vpn/versions
2019-08-19 13:03:34 -07:00