summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2023-09-14 09:20:21 -0400
committerGitHub <noreply@github.com>2023-09-14 09:20:21 -0400
commit4a391aad1e69fa2f9eee684e8d9067e70f9d1e00 (patch)
treec5e00ec477b3e756d7c259908d0bd90c17be97b9
parentelectron_25: 25.7.0 -> 25.8.1 (CVE-2023-4863, #254798) (diff)
parenttor-browser-bundle-bin: 12.5.3 -> 12.5.4 (diff)
downloadnixpkgs-4a391aad1e69fa2f9eee684e8d9067e70f9d1e00.tar.gz
Merge pull request #255105 from NixOS/backport-255076-to-release-23.05
[Backport release-23.05] tor-browser-bundle-bin: 12.5.3 -> 12.5.4
-rw-r--r--pkgs/applications/networking/browsers/tor-browser-bundle-bin/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/networking/browsers/tor-browser-bundle-bin/default.nix b/pkgs/applications/networking/browsers/tor-browser-bundle-bin/default.nix
index c6f01cfbca87..64f0a431ea24 100644
--- a/pkgs/applications/networking/browsers/tor-browser-bundle-bin/default.nix
+++ b/pkgs/applications/networking/browsers/tor-browser-bundle-bin/default.nix
@@ -92,7 +92,7 @@ lib.warnIf (useHardenedMalloc != null)
fteLibPath = lib.makeLibraryPath [ stdenv.cc.cc gmp ];
# Upstream source
- version = "12.5.3";
+ version = "12.5.4";
lang = "ALL";
@@ -104,7 +104,7 @@ lib.warnIf (useHardenedMalloc != null)
"https://tor.eff.org/dist/torbrowser/${version}/tor-browser-linux64-${version}_${lang}.tar.xz"
"https://tor.calyxinstitute.org/dist/torbrowser/${version}/tor-browser-linux64-${version}_${lang}.tar.xz"
];
- hash = "sha256-QF71UXZXwLjr1XugKeFWZH9RXb4xeKWZScds+xtNekI=";
+ hash = "sha256-AIwqIz8QG7Fq3Vvd22QTNFH1fnZgtH25qUaECX50QCQ=";
};
i686-linux = fetchurl {
@@ -114,7 +114,7 @@ lib.warnIf (useHardenedMalloc != null)
"https://tor.eff.org/dist/torbrowser/${version}/tor-browser-linux32-${version}_${lang}.tar.xz"
"https://tor.calyxinstitute.org/dist/torbrowser/${version}/tor-browser-linux32-${version}_${lang}.tar.xz"
];
- hash = "sha256-xaLTYo8aJO0DzFQLSUHF12vKOEMO6hbVXQdL3PHLb8s=";
+ hash = "sha256-s8UReyurIKlxG0bT0ecGUcXMTTHyYKy/AcygTE6ujqo=";
};
};