We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b94f41 commit 9ee655eCopy full SHA for 9ee655e
default.nix
@@ -89,7 +89,7 @@ pkgs.stdenv.mkDerivation rec {
89
name = "cef_binary_${cef_version}_${platform}";
90
hash =
91
{
92
- "linux64" = "sha256-hnndcV5UhCHa4VZOLajiPfejEXWrvCgxsFe2+a80t+Y=";
+ "linux64" = "sha256-ELgbopPAN/GZuYRi3RqSTe44PFwN4UyQHhNPeRjxF3U=";
93
}
94
.${platform};
95
urlName = builtins.replaceStrings [ "+" ] [ "%2B" ] name;
0 commit comments