Skip to content

Commit 987d144

Browse files
tor-browser: 15.0.5 -> 15.0.6
Release announcement: https://blog.torproject.org/new-release-tor-browser-1506/ Changelog: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/raw/tbb-15.0.6-build2/projects/browser/Bundle-Data/Docs-TBB/ChangeLog.txt Firefox ESR: https://www.firefox.com/en-US/firefox/140.7.1/releasenotes/ Firefox ESR security advisories: https://www.mozilla.org/en-US/security/advisories/mfsa2026-10/ This release contains one high severity security fix. This is *not* resolved by the libvpx update in Nixpkgs, as we use upstream's binaries for the browser. (cherry picked from commit 2441b6b)
1 parent 964984a commit 987d144

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pkgs/by-name/to/tor-browser/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ let
102102
++ lib.optionals mediaSupport [ ffmpeg_7 ]
103103
);
104104

105-
version = "15.0.5";
105+
version = "15.0.6";
106106

107107
sources = {
108108
x86_64-linux = fetchurl {
@@ -112,7 +112,7 @@ let
112112
"https://tor.eff.org/dist/torbrowser/${version}/tor-browser-linux-x86_64-${version}.tar.xz"
113113
"https://tor.calyxinstitute.org/dist/torbrowser/${version}/tor-browser-linux-x86_64-${version}.tar.xz"
114114
];
115-
hash = "sha256-QD94RdxXl6P7sHPVx11TqpyOvIzq8Y3FMJC91PuyORY=";
115+
hash = "sha256-ARHkr311mk4mIK+MruEiFLVa2tuJyrjl35moYDmROMo=";
116116
};
117117

118118
i686-linux = fetchurl {
@@ -122,7 +122,7 @@ let
122122
"https://tor.eff.org/dist/torbrowser/${version}/tor-browser-linux-i686-${version}.tar.xz"
123123
"https://tor.calyxinstitute.org/dist/torbrowser/${version}/tor-browser-linux-i686-${version}.tar.xz"
124124
];
125-
hash = "sha256-D6umWK8Po+KPLJYfw3NHTX7K2p2Wu+9Jm4ywjMXHte8=";
125+
hash = "sha256-yO+iALaU5dqdk0fWKqpcCProNIqi5ilnfZpcga3JTWI=";
126126
};
127127
};
128128

0 commit comments

Comments
 (0)