Skip to content

Commit 16fbc26

Browse files
committed
1 parent d254fd9 commit 16fbc26

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ lib.warnIf (useHardenedMalloc != null)
109109
++ lib.optionals mediaSupport [ ffmpeg ]
110110
);
111111

112-
version = "14.0.5";
112+
version = "14.0.6";
113113

114114
sources = {
115115
x86_64-linux = fetchurl {
@@ -119,7 +119,7 @@ lib.warnIf (useHardenedMalloc != null)
119119
"https://tor.eff.org/dist/torbrowser/${version}/tor-browser-linux-x86_64-${version}.tar.xz"
120120
"https://tor.calyxinstitute.org/dist/torbrowser/${version}/tor-browser-linux-x86_64-${version}.tar.xz"
121121
];
122-
hash = "sha256-S+v0w6lMuWnzYoDvIEJ9/7Rus2wcKbwx2/J1LYXOfhw=";
122+
hash = "sha256-RqMRq9J4jDnba8A+kkhr799pPPSV6vYFyb3dVi5moKA=";
123123
};
124124

125125
i686-linux = fetchurl {
@@ -129,7 +129,7 @@ lib.warnIf (useHardenedMalloc != null)
129129
"https://tor.eff.org/dist/torbrowser/${version}/tor-browser-linux-i686-${version}.tar.xz"
130130
"https://tor.calyxinstitute.org/dist/torbrowser/${version}/tor-browser-linux-i686-${version}.tar.xz"
131131
];
132-
hash = "sha256-ThGKSb3lTwblUTyKbd54I5ZyA0xXeEiQeXFK3IDhOmw=";
132+
hash = "sha256-NAJUCc09iTTMjRfgEQ5jntJ752AknaR0Cqp1eSZUniU=";
133133
};
134134
};
135135

0 commit comments

Comments
 (0)