Skip to content

Commit

Permalink
[Backport release-24.11] tor-browser: 14.0.2 -> 14.0.3, mullvad-brows…
Browse files Browse the repository at this point in the history
…er: 14.0 -> 14.0.3 (#359645)
  • Loading branch information
felschr authored Nov 27, 2024
2 parents c80bc2c + 8a0e223 commit fb6d23b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/mu/mullvad-browser/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ let
++ lib.optionals mediaSupport [ ffmpeg ]
);

version = "14.0";
version = "14.0.3";

sources = {
x86_64-linux = fetchurl {
Expand All @@ -103,7 +103,7 @@ let
"https://tor.eff.org/dist/mullvadbrowser/${version}/mullvad-browser-linux-x86_64-${version}.tar.xz"
"https://tor.calyxinstitute.org/dist/mullvadbrowser/${version}/mullvad-browser-linux-x86_64-${version}.tar.xz"
];
hash = "sha256-D5r1VsbjaswGm5ncgdSIOJFfDMXBZX2JDGcTTRVkoVs=";
hash = "sha256-Kv69Q6o/Ww64yA8y5J3JXIV48A2B08YhNE9ib/UuA0o=";
};
};

Expand Down
6 changes: 3 additions & 3 deletions pkgs/by-name/to/tor-browser/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ lib.warnIf (useHardenedMalloc != null)
++ lib.optionals mediaSupport [ ffmpeg ]
);

version = "14.0.2";
version = "14.0.3";

sources = {
x86_64-linux = fetchurl {
Expand All @@ -112,7 +112,7 @@ lib.warnIf (useHardenedMalloc != null)
"https://tor.eff.org/dist/torbrowser/${version}/tor-browser-linux-x86_64-${version}.tar.xz"
"https://tor.calyxinstitute.org/dist/torbrowser/${version}/tor-browser-linux-x86_64-${version}.tar.xz"
];
hash = "sha256-dHyCHIM5obNH4evDP2yekFfhJ8J0OGSnCEOlV3ldC5o=";
hash = "sha256-WddDs5lQFZde8Qy/7nQhGTrrT9BiVswriqOpPVpgvwY=";
};

i686-linux = fetchurl {
Expand All @@ -122,7 +122,7 @@ lib.warnIf (useHardenedMalloc != null)
"https://tor.eff.org/dist/torbrowser/${version}/tor-browser-linux-i686-${version}.tar.xz"
"https://tor.calyxinstitute.org/dist/torbrowser/${version}/tor-browser-linux-i686-${version}.tar.xz"
];
hash = "sha256-iXrQniSu+eJ5Uyb85qeO7gqa+Qg2cM2Dj1ur8YIBzCc=";
hash = "sha256-DsTJiZkw0g4ip/yAwQ9IomZHQ6RP0hFNEzVJ8/fEbyQ=";
};
};

Expand Down

0 comments on commit fb6d23b

Please sign in to comment.