Skip to content

Commit

Permalink
tor-browser: 13.5.7 -> 14.0a9
Browse files Browse the repository at this point in the history
  • Loading branch information
felschr committed Oct 10, 2024
1 parent b0323d9 commit a0d0faa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/to/tor-browser/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ lib.warnIf (useHardenedMalloc != null)
++ lib.optionals mediaSupport [ ffmpeg ]
);

version = "13.5.7";
version = "14.0a9";

sources = {
x86_64-linux = fetchurl {
Expand All @@ -111,7 +111,7 @@ lib.warnIf (useHardenedMalloc != null)
"https://tor.eff.org/dist/torbrowser/${version}/tor-browser-linux-x86_64-${version}.tar.xz"
"https://tor.calyxinstitute.org/dist/torbrowser/${version}/tor-browser-linux-x86_64-${version}.tar.xz"
];
hash = "sha256-w+W3J07+7/DERDsX0EubHKZfCr9Bc3dKmnS33UA3sdU=";
hash = "sha256-bPMoK+ByGpcsVLc6sIlMAb+pokZYX370zr+IYVd84j8=";
};

i686-linux = fetchurl {
Expand All @@ -121,7 +121,7 @@ lib.warnIf (useHardenedMalloc != null)
"https://tor.eff.org/dist/torbrowser/${version}/tor-browser-linux-i686-${version}.tar.xz"
"https://tor.calyxinstitute.org/dist/torbrowser/${version}/tor-browser-linux-i686-${version}.tar.xz"
];
hash = "sha256-GZ6tBxnX3Y4Ot71phDYkpiWDecr3AltuAVFWSNhX3CY=";
hash = "sha256-193/JhWz++FGC0q1X4X7Ipra+nKmo5sf5Bif8E6Bzko=";
};
};

Expand Down

0 comments on commit a0d0faa

Please sign in to comment.