cef-binary: 138.0.33 -> 139.0.17
This commit is contained in:
parent
56078c1dcc
commit
45c1ca9816
@ -92,14 +92,14 @@ let
|
|||||||
in
|
in
|
||||||
stdenv.mkDerivation (finalAttrs: {
|
stdenv.mkDerivation (finalAttrs: {
|
||||||
pname = "libcef";
|
pname = "libcef";
|
||||||
version = "138.0.33";
|
version = "139.0.17";
|
||||||
gitRevision = "276ed6d";
|
gitRevision = "6c347eb";
|
||||||
chromiumVersion = "138.0.7204.169";
|
chromiumVersion = "139.0.7258.31";
|
||||||
buildType = "Release";
|
buildType = "Release";
|
||||||
|
|
||||||
srcHash = selectSystem {
|
srcHash = selectSystem {
|
||||||
aarch64-linux = "sha256-CWO0jwDstuLfyNLGSR/DDxB6LYl8IySn04FxQ9MI6qQ=";
|
aarch64-linux = "sha256-wTBPGunl1j4PlB5K6jzGtRusLIgOLlKtcQxaZmVr1zc=";
|
||||||
x86_64-linux = "sha256-M1lpsDCGqm65bR6tTglkW6ENliEmLDk/Ko+NW7UTtoc=";
|
x86_64-linux = "sha256-kRMO8DP4El1qytDsAZBdHvR9AAHXce90nPdyfJailBg=";
|
||||||
};
|
};
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user