Commit Graph

9 Commits

Author SHA1 Message Date
Felix Schröter
841ff222dd
mullvad-browser: 13.5.9 -> 14.0
https://github.com/mullvad/mullvad-browser/releases/tag/14.0

Add --no-clobber-old-sections to patchelf to fix segfault.

Also switches from manual patchelf usage to autoPatchelf to make this fix
work for all binaries.
2024-11-15 21:27:34 +01:00
Felix Schröter
d78e3fa321
mullvad-browser: 13.5.7 -> 13.5.9
https://github.com/mullvad/mullvad-browser/releases/tag/13.5.9
2024-10-30 17:10:50 +01:00
Sefa Eyeoglu
633885fba6
mullvad-browser: 13.5.6 -> 13.5.7
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2024-10-09 22:44:19 +02:00
Felix Schröter
5dd77ba584
mullvad-browser: 13.5.3 -> 13.5.6
https://github.com/mullvad/mullvad-browser/releases/tag/13.5.6
2024-10-03 21:05:04 +02:00
Felix Schröter
7945d5064b
{tor,mullvad}-browser: get correct hash in update script 2024-10-03 21:03:46 +02:00
Artturin
e0464e4788 treewide: replace stdenv.is with stdenv.hostPlatform.is
In preparation for the deprecation of `stdenv.isX`.

These shorthands are not conducive to cross-compilation because they
hide the platforms.

Darwin might get cross-compilation for which the continued usage of `stdenv.isDarwin` will get in the way

One example of why this is bad and especially affects compiler packages
https://www.github.com/NixOS/nixpkgs/pull/343059

There are too many files to go through manually but a treewide should
get users thinking when they see a `hostPlatform.isX` in a place where it
doesn't make sense.

```
fd --type f "\.nix" | xargs sd --fixed-strings "stdenv.is" "stdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "stdenv'.is" "stdenv'.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "clangStdenv.is" "clangStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "gccStdenv.is" "gccStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "stdenvNoCC.is" "stdenvNoCC.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "inherit (stdenv) is" "inherit (stdenv.hostPlatform) is"
fd --type f "\.nix" | xargs sd --fixed-strings "buildStdenv.is" "buildStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "effectiveStdenv.is" "effectiveStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "originalStdenv.is" "originalStdenv.hostPlatform.is"
```
2024-09-25 00:04:37 +03:00
Felix Schröter
83fd501d7b
mullvad-browser: 13.5.2 -> 13.5.3
https://github.com/mullvad/mullvad-browser/releases/tag/13.5.3
2024-09-04 19:13:39 +02:00
Felix Schröter
4c2cd716f6
mullvad-browser: 13.5.1 -> 13.5.2
https://github.com/mullvad/mullvad-browser/releases/tag/13.5.2
2024-08-06 23:27:28 +02:00
Felix Schröter
ff1dc27711 {tor,mullvad}-browser: migrate to pkgs/by-name 2024-07-12 10:20:37 +02:00