cef-binary: 137.0.17 -> 138.0.17 (#419649)

This commit is contained in:
Wolfgang Walther 2025-07-11 20:30:43 +00:00 committed by GitHub
commit 77cd552b52
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -92,14 +92,14 @@ let
in in
stdenv.mkDerivation (finalAttrs: { stdenv.mkDerivation (finalAttrs: {
pname = "libcef"; pname = "libcef";
version = "137.0.17"; version = "138.0.17";
gitRevision = "f354b0e"; gitRevision = "ac9b751";
chromiumVersion = "137.0.7151.104"; chromiumVersion = "138.0.7204.97";
buildType = "Release"; buildType = "Release";
srcHash = selectSystem { srcHash = selectSystem {
aarch64-linux = "sha256-C9P4+TpzjyMD5z2qLbzubbrIr66usFjRx7QqiAxI2D8="; aarch64-linux = "sha256-kdO7c9oUfv0HK8wTmvYzw9S6EapnSGEQNCGN9D1JSL0=";
x86_64-linux = "sha256-iDC3a/YN0NqjX/b2waKvUAZCaR0lkLmUPqBJphE037Q="; x86_64-linux = "sha256-3qgIhen6l/kxttyw0z78nmwox62riVhlmFSGPkUot7g=";
}; };
src = fetchurl { src = fetchurl {