gegl: 0.4.68 -> 0.4.70

Diff: https://gitlab.gnome.org/GNOME/gegl/-/compare/GEGL_0_4_68...GEGL_0_4_70
This commit is contained in:
Robert Schütz
2026-05-31 12:32:28 -07:00
parent db81f2e6d8
commit 09b3335ed4

View File

@@ -37,7 +37,7 @@
stdenv.mkDerivation (finalAttrs: {
pname = "gegl";
version = "0.4.68";
version = "0.4.70";
outputs = [
"out"
@@ -48,7 +48,7 @@ stdenv.mkDerivation (finalAttrs: {
src = fetchurl {
url = "https://download.gimp.org/pub/gegl/${lib.versions.majorMinor finalAttrs.version}/gegl-${finalAttrs.version}.tar.xz";
hash = "sha256-UAIwm5pwEmBljos6YVQP1Wc4h875mDOOGZJSSjOyOuM=";
hash = "sha256-R/UNnDrs03XetIwR6/6tUtFi5PwWKks9RGGCd/H67AI=";
};
nativeBuildInputs = [
@@ -107,8 +107,6 @@ stdenv.mkDerivation (finalAttrs: {
# Disabled due to multiple vulnerabilities, see
# https://github.com/NixOS/nixpkgs/pull/73586
"-Djasper=disabled"
# Selecting platform default is broken by -Dauto_features.
"-Drelocatable=disabled"
]
++ lib.optionals (!withLuaJIT) [
"-Dlua=disabled"