about summary refs log tree commit diff
path: root/pkgs/development/libraries/libcef
diff options
context:
space:
mode:
authorPhilip Munksgaard <philip@munksgaard.me>2020-10-01 16:42:03 +0200
committerPhilip Munksgaard <philip@munksgaard.me>2020-11-01 21:32:13 +0100
commitde5875a4d3f8dcf2ceb9dbc65baf9019fc1b49af (patch)
tree94477b9e45acc49902908f851a694fcbad3645f4 /pkgs/development/libraries/libcef
parent6ef08a6d216757df34a02fd5828531eed693d88b (diff)
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.
Diffstat (limited to 'pkgs/development/libraries/libcef')
-rw-r--r--pkgs/development/libraries/libcef/default.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/development/libraries/libcef/default.nix b/pkgs/development/libraries/libcef/default.nix
index 4d08c2ba1fb3d..93aaebc110e24 100644
--- a/pkgs/development/libraries/libcef/default.nix
+++ b/pkgs/development/libraries/libcef/default.nix
@@ -15,12 +15,12 @@ let
 in
 stdenv.mkDerivation rec {
   pname = "cef-binary";
-  version = "74.1.14-g50c3c5c";
+  version = "75.1.14-gc81164e";
 
   src = fetchurl {
-    name = "cef_binary_74.1.14+g50c3c5c+chromium-74.0.3729.131_linux64_minimal.tar.bz2";
-    url = "http://opensource.spotify.com/cefbuilds/cef_binary_74.1.19%2Bgb62bacf%2Bchromium-74.0.3729.157_linux64_minimal.tar.bz2";
-    sha256 = "0v3540kq4y68gq7mb4d8a9issm363lm5ngrd6d96pcc7vckkw4wn";
+    name = "cef_binary_75.1.14+gc81164e+chromium-75.0.3770.100_linux64_minimal.tar.bz2";
+    url = "http://opensource.spotify.com/cefbuilds/cef_binary_75.1.14%2Bgc81164e%2Bchromium-75.0.3770.100_linux64_minimal.tar.bz2";
+    sha256 = "0985b2bx505j0q693hifjgidzb597wqf5idql5aqxs8lfxhc2pgg";
   };
 
   nativeBuildInputs = [ cmake ];