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.8 " ;
101
+ version = "7.0.9 " ;
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 = "0bi4l4ma40ifsajvjpwv6ixphijqvb7yrci2jcyykh3j41ndfjf2 " ;
111
+ sha256 = "0ykbpp0qr3glygmnnc6ac41kkvrxn52472z6kbpf7i6qzvk4ba0d " ;
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 = "182q1gb8jnk92wxr7m977yxcksa8d3zg90qbsja1raym2vhqaf73 " ;
119
+ sha256 = "02alpzmvm3ldlp51sqppz41d12lx93n5qj6i3gqz6din96swm7j8 " ;
120
120
} ;
121
121
} ;
122
122
in
You can’t perform that action at this time.
0 commit comments