Skip to content

Commit de5875a

Browse files
committed
libcef: 74.1.14 -> 75.1.14
Update libcef package to 75.1.14 This will allow us to enable browser source in the obs-studio build. It will also mean that obs-linuxbrowser probably doesn't work, but it's not needed any longer, so that shouldn't be a problem.
1 parent 6ef08a6 commit de5875a

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

pkgs/development/libraries/libcef/default.nix

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@ let
1515
in
1616
stdenv.mkDerivation rec {
1717
pname = "cef-binary";
18-
version = "74.1.14-g50c3c5c";
18+
version = "75.1.14-gc81164e";
1919

2020
src = fetchurl {
21-
name = "cef_binary_74.1.14+g50c3c5c+chromium-74.0.3729.131_linux64_minimal.tar.bz2";
22-
url = "http://opensource.spotify.com/cefbuilds/cef_binary_74.1.19%2Bgb62bacf%2Bchromium-74.0.3729.157_linux64_minimal.tar.bz2";
23-
sha256 = "0v3540kq4y68gq7mb4d8a9issm363lm5ngrd6d96pcc7vckkw4wn";
21+
name = "cef_binary_75.1.14+gc81164e+chromium-75.0.3770.100_linux64_minimal.tar.bz2";
22+
url = "http://opensource.spotify.com/cefbuilds/cef_binary_75.1.14%2Bgc81164e%2Bchromium-75.0.3770.100_linux64_minimal.tar.bz2";
23+
sha256 = "0985b2bx505j0q693hifjgidzb597wqf5idql5aqxs8lfxhc2pgg";
2424
};
2525

2626
nativeBuildInputs = [ cmake ];

0 commit comments

Comments
 (0)