webkitgtk_6_0: 2.48.6 → 2.50.0 (#444350)

authored by Bobby Rong and committed by GitHub eabbe2ae cc92eb67

+5 -2
+5 -2
pkgs/development/libraries/webkitgtk/default.nix
··· 57 fontconfig, 58 freetype, 59 openssl, 60 sqlite, 61 gst-plugins-base, 62 gst-plugins-bad, ··· 80 # https://webkitgtk.org/2024/10/04/webkitgtk-2.46.html recommends building with clang. 81 clangStdenv.mkDerivation (finalAttrs: { 82 pname = "webkitgtk"; 83 - version = "2.48.6"; 84 name = "${finalAttrs.pname}-${finalAttrs.version}+abi=${ 85 if lib.versionAtLeast gtk3.version "4.0" then 86 "6.0" ··· 100 101 src = fetchurl { 102 url = "https://webkitgtk.org/releases/webkitgtk-${finalAttrs.version}.tar.xz"; 103 - hash = "sha256-2awwNLejnCqqVn5hErMSSxWOWRp0Q55Gl0oDHdDkTiQ="; 104 }; 105 106 patches = lib.optionals clangStdenv.hostPlatform.isLinux [ ··· 189 ++ lib.optionals enableExperimental [ 190 # For ENABLE_WEB_RTC 191 openssl 192 ] 193 ++ lib.optionals withLibsecret [ 194 libsecret
··· 57 fontconfig, 58 freetype, 59 openssl, 60 + openxr-loader, 61 sqlite, 62 gst-plugins-base, 63 gst-plugins-bad, ··· 81 # https://webkitgtk.org/2024/10/04/webkitgtk-2.46.html recommends building with clang. 82 clangStdenv.mkDerivation (finalAttrs: { 83 pname = "webkitgtk"; 84 + version = "2.50.0"; 85 name = "${finalAttrs.pname}-${finalAttrs.version}+abi=${ 86 if lib.versionAtLeast gtk3.version "4.0" then 87 "6.0" ··· 101 102 src = fetchurl { 103 url = "https://webkitgtk.org/releases/webkitgtk-${finalAttrs.version}.tar.xz"; 104 + hash = "sha256-5WS4CZ+aOuMkCVObKQu9KtCE6ZttItSqxeUeRVTfi8I="; 105 }; 106 107 patches = lib.optionals clangStdenv.hostPlatform.isLinux [ ··· 190 ++ lib.optionals enableExperimental [ 191 # For ENABLE_WEB_RTC 192 openssl 193 + # For ENABLE_WEBXR 194 + openxr-loader 195 ] 196 ++ lib.optionals withLibsecret [ 197 libsecret