Skip to content

Commit

Permalink
Merge pull request #269163 from felschr/tor-browser-updates
Browse files Browse the repository at this point in the history
tor-browser: 13.0.1 -> 13.0.5, mullvad-browser: 13.0.1 -> 13.0.4
  • Loading branch information
mweinelt authored Nov 25, 2023
2 parents 67273d0 + 06580dc commit 74afca4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ let
++ lib.optionals mediaSupport [ ffmpeg ]
);

version = "13.0.1";
version = "13.0.4";

sources = {
x86_64-linux = fetchurl {
Expand All @@ -101,7 +101,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-VYkRHWyTAAt5P7jnNuf4s2bOv36LuqcTMMKOLRGE9FQ=";
hash = "sha256-qK67rf9zkMA53WFIcMCsPUH4m6YkMVqAUsHiGsy/xN4=";
};
};

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

version = "13.0.1";
version = "13.0.5";

sources = {
x86_64-linux = fetchurl {
Expand All @@ -115,7 +115,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-ORa973US2VY9Can4Nr35YSpZrYGqBP4I/S/ulsbRJLc=";
hash = "sha256-WZq8ig62Mu3q6OrVSaPbe6MLQ6pvFNo3yQMXC7PCGJY=";
};

i686-linux = fetchurl {
Expand All @@ -125,7 +125,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-OBUleXLTNFG+aFuftnphgBtQCfyoIWDcoVFs5elJ0tA=";
hash = "sha256-/enIdKLMRmJIjwXEo0i3hgHZKEtWaBgFzE1rtZMsqeY=";
};
};

Expand Down

0 comments on commit 74afca4

Please sign in to comment.