Skip to content

Commit 4f8178b

Browse files
Fixed hash
1 parent 74ad3dc commit 4f8178b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ pkgs.stdenv.mkDerivation rec {
8787
name = "cef_binary_${cef_version}_${platform}";
8888
hash =
8989
{
90-
"linux64" = "sha256-4EGKJgfRon4vkbwq14V5gSlph0Z5sjVnrzWv9nlQ20Q=";
90+
"linux64" = "sha256-hnndcV5UhCHa4VZOLajiPfejEXWrvCgxsFe2+a80t+Y=";
9191
}
9292
.${platform};
9393
urlName = builtins.replaceStrings [ "+" ] [ "%2B" ] name;

0 commit comments

Comments
 (0)