Skip to content

Commit 9ee655e

Browse files
update nix hash
1 parent 9b94f41 commit 9ee655e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ pkgs.stdenv.mkDerivation rec {
8989
name = "cef_binary_${cef_version}_${platform}";
9090
hash =
9191
{
92-
"linux64" = "sha256-hnndcV5UhCHa4VZOLajiPfejEXWrvCgxsFe2+a80t+Y=";
92+
"linux64" = "sha256-ELgbopPAN/GZuYRi3RqSTe44PFwN4UyQHhNPeRjxF3U=";
9393
}
9494
.${platform};
9595
urlName = builtins.replaceStrings [ "+" ] [ "%2B" ] name;

0 commit comments

Comments
 (0)