Skip to content

Commit a39c33c

Browse files
tor-browser: 15.0.16 -> 15.0.17
changelog: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/raw/tbb-15.0.17-build1/projects/browser/Bundle-Data/Docs-TBB/ChangeLog.txt tor changelog: https://gitlab.torproject.org/tpo/core/tor/-/raw/tor-0.4.9.11/ReleaseNotes this is an unscheduled release to update little t-tor from 0.4.9.9 to 0.4.9.11. Fixes: TROVE-2026-025, TROVE-2026-026
1 parent 7b88a49 commit a39c33c

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.16";
105+
version = "15.0.17";
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-EVQMUSBKVErtMoXzjxWd+ga6tptS7GsnJvdw0e2s5Qc=";
115+
hash = "sha256-WJFDd+DVj4oKHjv7py3yVrttrrCHFcHJbyvLNOwCjhs=";
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-c4sA3uKZZdPSdSmIOs536s5fHUw39+y/l4vS6H4cYrI=";
125+
hash = "sha256-pKmAKDWutSp7ptJ66PMiS59aV+pRs3Oz9pV64kRuebI=";
126126
};
127127
};
128128

0 commit comments

Comments
 (0)