From fe8978f3adf83e259f34b54f4beb1a9cac4dbdf3 Mon Sep 17 00:00:00 2001 From: Ali Abrar Date: Mon, 7 Feb 2022 09:28:18 -0500 Subject: [PATCH] Bump versions of gi-javascriptcore and gi-webkit2 --- linux.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/linux.nix b/linux.nix index b72ff286c..a0abe4578 100644 --- a/linux.nix +++ b/linux.nix @@ -49,8 +49,8 @@ }); ubuntuHPkgs = obApp.ghc.override { overrides = self: super: { - gi-javascriptcore = addGObjectIntrospection (self.callHackage "gi-javascriptcore" "4.0.20" { webkitgtk = ubuntuWebkitgtk; }); - gi-webkit2 = addGObjectIntrospection (self.callHackage "gi-webkit2" "4.0.24" { webkitgtk = ubuntuWebkitgtk; }); + gi-javascriptcore = addGObjectIntrospection (self.callHackage "gi-javascriptcore" "4.0.21" { webkitgtk = ubuntuWebkitgtk; }); + gi-webkit2 = addGObjectIntrospection (self.callHackage "gi-webkit2" "4.0.25" { webkitgtk = ubuntuWebkitgtk; }); webkitgtk3-javascriptcore = addGObjectIntrospection (self.callHackage "webkitgtk3-javascriptcore" "0.14.2.1" { webkitgtk = ubuntuWebkitgtk; }); linux = pkgs.haskell.lib.overrideCabal super.linux (old: { libraryPkgconfigDepends = [ ubuntuWebkitgtk pkgs.glib-networking ];