Commit Graph

12 Commits

Author SHA1 Message Date
Nicolas Benes
66cb0f8ff5 tor-browser: 14.0.1 -> 14.0.2
https://blog.torproject.org/new-release-tor-browser-1402/
2024-11-17 15:14:45 +01:00
Sefa Eyeoglu
8024d6715d
tor-browser: 14.0 -> 14.0.1
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2024-10-29 19:49:24 +01:00
Felix Schröter
17f4b88d01
tor-browser: 13.5.7 -> 14.0
https://blog.torproject.org/new-release-tor-browser-140/

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.

Fixups for obfs & snowflake were removed, as they are no longer required.
2024-10-24 19:00:07 +02:00
Sefa Eyeoglu
8db3e4f2bc
tor-browser: 13.5.6 -> 13.5.7
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2024-10-09 22:40:05 +02:00
Felix Schröter
a5f4d4b9b5
tor-browser: 13.5.5 -> 13.5.6
https://blog.torproject.org/new-release-tor-browser-1356/
2024-10-03 21:04:22 +02:00
Felix Schröter
7945d5064b
{tor,mullvad}-browser: get correct hash in update script 2024-10-03 21:03:46 +02:00
R. Ryantm
d9a5b90070 tor-browser: 13.5.4 -> 13.5.5 2024-09-28 11:07:49 +00: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
9366f2b44a
tor-browser: 13.5.3 -> 13.5.4
https://blog.torproject.org/new-release-tor-browser-1354/
2024-09-18 17:53:25 +02:00
Felix Schröter
8716383e94
tor-browser: 13.5.2 -> 13.5.3
https://blog.torproject.org/new-release-tor-browser-1353/
2024-09-04 19:11:33 +02:00
Felix Schröter
9a34f063c4
tor-browser: 13.5.1 -> 13.5.2
https://blog.torproject.org/new-release-tor-browser-1352/
2024-08-06 23:23:42 +02:00
Felix Schröter
ff1dc27711 {tor,mullvad}-browser: migrate to pkgs/by-name 2024-07-12 10:20:37 +02:00