From 19e939d98e204c94561b95dc23803d58bde99ab9 Mon Sep 17 00:00:00 2001 From: Michael Weiss Date: Sat, 6 Jun 2020 13:32:42 +0200 Subject: [PATCH] chromiumBeta: Fix the source hash For some reason the hash from 9ec139b6725 became invalid, see #89615. The update script does now produce the correct hash. --- .../applications/networking/browsers/chromium/upstream-info.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/networking/browsers/chromium/upstream-info.nix b/pkgs/applications/networking/browsers/chromium/upstream-info.nix index 099522dd23ebc8..943b5ed34d6c43 100644 --- a/pkgs/applications/networking/browsers/chromium/upstream-info.nix +++ b/pkgs/applications/networking/browsers/chromium/upstream-info.nix @@ -1,7 +1,7 @@ # This file is autogenerated from update.sh in the same directory. { beta = { - sha256 = "1zy5174admqhb9phpnjb6a20llxbvzfh16cdgj8gh1xk1qjbdlhl"; + sha256 = "1di0fhhv6lljc2b50i0i8qx5y5xswgxz1bimpda790sb3b1xsdzx"; sha256bin64 = "1f5qwx4476l4fvbw9w2i22i080bahlf83dzzpnbny7hk831g7msw"; version = "84.0.4147.38"; };