Skip to content

Commit dfe6be1

Browse files
felschryayayayaka
authored andcommitted
1 parent 648314b commit dfe6be1

File tree

1 file changed

+3
-3
lines changed
  • pkgs/applications/networking/browsers/tor-browser

1 file changed

+3
-3
lines changed

pkgs/applications/networking/browsers/tor-browser/default.nix

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

104-
version = "13.0.8";
104+
version = "13.0.9";
105105

106106
sources = {
107107
x86_64-linux = fetchurl {
@@ -111,7 +111,7 @@ lib.warnIf (useHardenedMalloc != null)
111111
"https://tor.eff.org/dist/torbrowser/${version}/tor-browser-linux-x86_64-${version}.tar.xz"
112112
"https://tor.calyxinstitute.org/dist/torbrowser/${version}/tor-browser-linux-x86_64-${version}.tar.xz"
113113
];
114-
hash = "sha256-eD+c4ACgWajmfMiqqk5HC30uJiqfNqvASepVoO7ox2w=";
114+
hash = "sha256-qcB3DLVt2J4WNJLunDSnZdyflMY9/NIsGrj+TkQeJEg=";
115115
};
116116

117117
i686-linux = fetchurl {
@@ -121,7 +121,7 @@ lib.warnIf (useHardenedMalloc != null)
121121
"https://tor.eff.org/dist/torbrowser/${version}/tor-browser-linux-i686-${version}.tar.xz"
122122
"https://tor.calyxinstitute.org/dist/torbrowser/${version}/tor-browser-linux-i686-${version}.tar.xz"
123123
];
124-
hash = "sha256-ZQ0tSPyfzBWy27lX5+zI3Nuqqz5ZUv1T6lzapvYHc7A=";
124+
hash = "sha256-aq2WffQ3ZUL0vopbDU5n9bWb8MC7rHoaz54kz2oaXz8=";
125125
};
126126
};
127127

0 commit comments

Comments
 (0)