File tree 1 file changed +3
-3
lines changed
pkgs/applications/networking/browsers/torbrowser
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 81
81
fteLibPath = makeLibraryPath [ stdenv . cc . cc gmp ] ;
82
82
83
83
# Upstream source
84
- version = "7.0.1 " ;
84
+ version = "7.0.2 " ;
85
85
86
86
lang = "en-US" ;
87
87
91
91
"https://github.com/TheTorProject/gettorbrowser/releases/download/v${ version } /tor-browser-linux64-${ version } _${ lang } .tar.xz"
92
92
"https://dist.torproject.org/torbrowser/${ version } /tor-browser-linux64-${ version } _${ lang } .tar.xz"
93
93
] ;
94
- sha256 = "1zmczf1bpbd85zcrs5qw91d1xmplikbna5xs053jnjl6pbbq1fs9 " ;
94
+ sha256 = "0xdw8mvyxz9vaxikzsj4ygzp36m4jfhvhqfiyaiiywpf39rqpkqr " ;
95
95
} ;
96
96
97
97
"i686-linux" = fetchurl {
98
98
urls = [
99
99
"https://github.com/TheTorProject/gettorbrowser/releases/download/v${ version } /tor-browser-linux32-${ version } _${ lang } .tar.xz"
100
100
"https://dist.torproject.org/torbrowser/${ version } /tor-browser-linux32-${ version } _${ lang } .tar.xz"
101
101
] ;
102
- sha256 = "0mdlgmqkryg0i55jgf3x1nnjni0x45g1xcjwsfacsck3m70v4flq " ;
102
+ sha256 = "0m522i8zih5sj18dyzk9im7gmpmrbf96657v38m3pxn4ci38b83z " ;
103
103
} ;
104
104
} ;
105
105
in
You can’t perform that action at this time.
0 commit comments