We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74ad3dc commit 4f8178bCopy full SHA for 4f8178b
1 file changed
default.nix
@@ -87,7 +87,7 @@ pkgs.stdenv.mkDerivation rec {
87
name = "cef_binary_${cef_version}_${platform}";
88
hash =
89
{
90
- "linux64" = "sha256-4EGKJgfRon4vkbwq14V5gSlph0Z5sjVnrzWv9nlQ20Q=";
+ "linux64" = "sha256-hnndcV5UhCHa4VZOLajiPfejEXWrvCgxsFe2+a80t+Y=";
91
}
92
.${platform};
93
urlName = builtins.replaceStrings [ "+" ] [ "%2B" ] name;
0 commit comments