File tree 1 file changed +3
-3
lines changed
pkgs/applications/networking/browsers/tor-browser-bundle-bin
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 98
98
fteLibPath = makeLibraryPath [ stdenv . cc . cc gmp ] ;
99
99
100
100
# Upstream source
101
- version = "7.0.11 " ;
101
+ version = "7.5 " ;
102
102
103
103
lang = "en-US" ;
104
104
@@ -108,15 +108,15 @@ let
108
108
"https://github.com/TheTorProject/gettorbrowser/releases/download/v${ version } /tor-browser-linux64-${ version } _${ lang } .tar.xz"
109
109
"https://dist.torproject.org/torbrowser/${ version } /tor-browser-linux64-${ version } _${ lang } .tar.xz"
110
110
] ;
111
- sha256 = "0i42jxdka0sq8fp6lj64n0az6m4g72il9qhdn63p0h7y4204i2v4 " ;
111
+ sha256 = "1ia8qv5hj7zrrli5d9qf65s3rlrls0whrx3q96lw63x2gn05nwv7 " ;
112
112
} ;
113
113
114
114
"i686-linux" = fetchurl {
115
115
urls = [
116
116
"https://github.com/TheTorProject/gettorbrowser/releases/download/v${ version } /tor-browser-linux32-${ version } _${ lang } .tar.xz"
117
117
"https://dist.torproject.org/torbrowser/${ version } /tor-browser-linux32-${ version } _${ lang } .tar.xz"
118
118
] ;
119
- sha256 = "1p9s6wqghpkml662vnp5194i8gb9bkqxdr96fmw0fh305cyk25k0 " ;
119
+ sha256 = "1sw1n7jsagyl5cjs265x3k9jzh0j0yh767ixcy17vif5f9dfyzak " ;
120
120
} ;
121
121
} ;
122
122
in
You can’t perform that action at this time.
0 commit comments