webkitgtk_6_0: 2.50.4 → 2.50.5 (#489116)

This commit is contained in:
Bobby Rong 2026-02-12 15:51:54 +00:00 committed by GitHub
commit df32fef6d5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -84,7 +84,7 @@ in
# https://webkitgtk.org/2024/10/04/webkitgtk-2.46.html recommends building with clang.
clangStdenv.mkDerivation (finalAttrs: {
pname = "webkitgtk";
version = "2.50.4";
version = "2.50.5";
name = "webkitgtk-${finalAttrs.version}+abi=${abiVersion}";
outputs = [
@ -99,7 +99,7 @@ clangStdenv.mkDerivation (finalAttrs: {
src = fetchurl {
url = "https://webkitgtk.org/releases/webkitgtk-${finalAttrs.version}.tar.xz";
hash = "sha256-07+kc4Raz6tyY1utpeDRNP2meSxblcXFzRQbRhJb2OQ=";
hash = "sha256-hzdjG6w+nHrT5SCPk3DgdsCdnEWzmYACHOVO2tzG+U8=";
};
patches = lib.optionals clangStdenv.hostPlatform.isLinux [