glib: 2.86.3 → 2.88.0

https://gitlab.gnome.org/GNOME/glib/-/compare/2.86.3...2.88.0
This commit is contained in:
winston
2026-05-06 23:03:27 +08:00
committed by Bobby Rong
parent d1a8262825
commit 0c21723633
+2 -2
View File
@@ -82,7 +82,7 @@ in
stdenv.mkDerivation (finalAttrs: {
pname = "glib";
version = "2.86.3";
version = "2.88.0";
outputs = [
"bin"
@@ -95,7 +95,7 @@ stdenv.mkDerivation (finalAttrs: {
src = fetchurl {
url = "mirror://gnome/sources/glib/${lib.versions.majorMinor finalAttrs.version}/glib-${finalAttrs.version}.tar.xz";
hash = "sha256-syEdjTS5313KBXh+8K1dfKdd7JmLlw4aqwAB0imXfGU=";
hash = "sha256-NUYlHMuzdE1LxOtINUVA4fYgCEZXK6to46K3srZN/Qc=";
};
patches =