Skip to content

Commit eff73c6

Browse files
committedJan 27, 2018
tor-browser-bundle-bin: 7.0.11 -> 7.5
1 parent bfc4d04 commit eff73c6

File tree

1 file changed

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

1 file changed

+3
-3
lines changed
 

‎pkgs/applications/networking/browsers/tor-browser-bundle-bin/default.nix

+3-3
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ let
9898
fteLibPath = makeLibraryPath [ stdenv.cc.cc gmp ];
9999

100100
# Upstream source
101-
version = "7.0.11";
101+
version = "7.5";
102102

103103
lang = "en-US";
104104

@@ -108,15 +108,15 @@ let
108108
"https://github.com/TheTorProject/gettorbrowser/releases/download/v${version}/tor-browser-linux64-${version}_${lang}.tar.xz"
109109
"https://dist.torproject.org/torbrowser/${version}/tor-browser-linux64-${version}_${lang}.tar.xz"
110110
];
111-
sha256 = "0i42jxdka0sq8fp6lj64n0az6m4g72il9qhdn63p0h7y4204i2v4";
111+
sha256 = "1ia8qv5hj7zrrli5d9qf65s3rlrls0whrx3q96lw63x2gn05nwv7";
112112
};
113113

114114
"i686-linux" = fetchurl {
115115
urls = [
116116
"https://github.com/TheTorProject/gettorbrowser/releases/download/v${version}/tor-browser-linux32-${version}_${lang}.tar.xz"
117117
"https://dist.torproject.org/torbrowser/${version}/tor-browser-linux32-${version}_${lang}.tar.xz"
118118
];
119-
sha256 = "1p9s6wqghpkml662vnp5194i8gb9bkqxdr96fmw0fh305cyk25k0";
119+
sha256 = "1sw1n7jsagyl5cjs265x3k9jzh0j0yh767ixcy17vif5f9dfyzak";
120120
};
121121
};
122122
in

0 commit comments

Comments
 (0)
Please sign in to comment.