Skip to content

Commit

Permalink
tor-browser-bundle-bin: 12.0.3 -> 12.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
panicgh committed Mar 20, 2023
1 parent 3790924 commit 1907fe8
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ let
fteLibPath = lib.makeLibraryPath [ stdenv.cc.cc gmp ];

# Upstream source
version = "12.0.3";
version = "12.0.4";

lang = "ALL";

Expand All @@ -99,7 +99,7 @@ let
"https://tor.eff.org/dist/torbrowser/${version}/tor-browser-linux64-${version}_${lang}.tar.xz"
"https://tor.calyxinstitute.org/dist/torbrowser/${version}/tor-browser-linux64-${version}_${lang}.tar.xz"
];
hash = "sha256-bOGY/RdwD6O7QIuOiBw7OVnZfpumGGso6hwMJJwN2g0=";
hash = "sha256-VT0bD4v8SBq0emFYsxELreY4o+u+FQfyBEnSMzmRd7Y=";
};

i686-linux = fetchurl {
Expand All @@ -109,7 +109,7 @@ let
"https://tor.eff.org/dist/torbrowser/${version}/tor-browser-linux32-${version}_${lang}.tar.xz"
"https://tor.calyxinstitute.org/dist/torbrowser/${version}/tor-browser-linux32-${version}_${lang}.tar.xz"
];
hash = "sha256-t1tnEZtiRig2r8GNJpqT+J0XoxCLMyUsI9tX6aa0lYk=";
hash = "sha256-mi8btxI6de5iQ8HzNpvuFdJHjzi03zZJT65dsWEiDHA=";
};
};
in
Expand Down

0 comments on commit 1907fe8

Please sign in to comment.