summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authoraszlig <aszlig@redmoonstudios.org>2016-09-25 20:58:03 +0200
committeraszlig <aszlig@redmoonstudios.org>2016-09-25 20:58:03 +0200
commit0c2683cc110659d57e36329585469d5d653a0817 (patch)
tree9aeb47eef3c31d3dc1e91a9b19228da07dff374a /pkgs
parentfe27ae5f27f7eeca1839d03abbe188796e49d326 (diff)
downloadnixpkgs-0c2683cc110659d57e36329585469d5d653a0817.tar
nixpkgs-0c2683cc110659d57e36329585469d5d653a0817.tar.gz
nixpkgs-0c2683cc110659d57e36329585469d5d653a0817.tar.bz2
nixpkgs-0c2683cc110659d57e36329585469d5d653a0817.tar.lz
nixpkgs-0c2683cc110659d57e36329585469d5d653a0817.tar.xz
nixpkgs-0c2683cc110659d57e36329585469d5d653a0817.tar.zst
nixpkgs-0c2683cc110659d57e36329585469d5d653a0817.zip
chromium: Fix wrong/missing hash for beta channel
The hash provided in commit 072917ea5d94a3d52901a46a5c7702eb82e93a30 is
faulty, either because the upstream tarball has changed or because it
was wrong in the first place, no matter what happened we can't really
verify if we don't have the tarball with the old hash.

To double-check I've verified the hash against the one from Gentoo[1],
which has the following SHA256:

b46c26a9e773b2c620acd2f96d69408f14a279aefaedfefed002ecf898a1ecf2

After being converted into base 32 the hash does match with ours.

Note that I haven't tested building all Chromium channels (yet), but we
can fix upcoming issues later because right now it doesn't build anyway
because of the failing hash check.

[1]: https://gitweb.gentoo.org/repo/gentoo.git/tree/www-client/chromium/Manifest?id=2de0f5e4ffeb46a478c589b21d5bbcfd5736e57b

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/applications/networking/browsers/chromium/upstream-info.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/applications/networking/browsers/chromium/upstream-info.nix b/pkgs/applications/networking/browsers/chromium/upstream-info.nix
index d691bbe9fd6..567a6aa7d18 100644
--- a/pkgs/applications/networking/browsers/chromium/upstream-info.nix
+++ b/pkgs/applications/networking/browsers/chromium/upstream-info.nix
@@ -1,7 +1,8 @@
 # This file is autogenerated from update.sh in the same directory.
 {
   beta = {
-    sha256 = "1270xv2ykn9q0sva26w75vkb7rd79filzvrpnrlkw34zpfprbqbm";
+    sha256 = "1wpcl6cgiv02s3zgxvgsmrws454g81lnvyfjmhhcdckkwyljcv5l";
+    sha256bin64 = "0snr5rd2r5jfjqhqwkxcw26j53fivmf60g3qfnp5xz5b6nlsab9g";
     version = "54.0.2840.34";
   };
   dev = {