Skip to content

Commit

Permalink
[Backport release-24.11] tor-browser: 14.0.6 -> 14.0.7 (#388028)
Browse files Browse the repository at this point in the history
  • Loading branch information
felschr authored Mar 7, 2025
2 parents 833fbeb + 279fa4e commit 6795ba3
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 @@ -109,7 +109,7 @@ lib.warnIf (useHardenedMalloc != null)
++ lib.optionals mediaSupport [ ffmpeg ]
);

version = "14.0.6";
version = "14.0.7";

sources = {
x86_64-linux = fetchurl {
Expand All @@ -119,7 +119,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-RqMRq9J4jDnba8A+kkhr799pPPSV6vYFyb3dVi5moKA=";
hash = "sha256-CRpW+1BqNeLlBycqMzWp4cWXqah85jf4PLhEbo0UsDo=";
};

i686-linux = fetchurl {
Expand All @@ -129,7 +129,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-NAJUCc09iTTMjRfgEQ5jntJ752AknaR0Cqp1eSZUniU=";
hash = "sha256-+tGZzKPbFcvbjfgZGSp25/26cCySWT0IxpIYvxsjKl4=";
};
};

Expand Down

0 comments on commit 6795ba3

Please sign in to comment.