lol

Merge pull request #236817 from bobby285271/upd/gnome-staging

GNOME updates 2023-06-09 (staging)

authored by

Bobby Rong and committed by
GitHub
6508cf74 ffc7e7d7

+6 -6
+2 -2
pkgs/development/libraries/at-spi2-core/default.nix
··· 23 23 24 24 stdenv.mkDerivation rec { 25 25 pname = "at-spi2-core"; 26 - version = "2.48.0"; 26 + version = "2.48.3"; 27 27 28 28 outputs = [ "out" "dev" ]; 29 29 30 30 src = fetchurl { 31 31 url = "mirror://gnome/sources/${pname}/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz"; 32 - sha256 = "kFpbbxeQto7oA7/6n1+rTOtZH7T64LL4xhLFTx1OijA="; 32 + sha256 = "NzFt9DypmJzlOdVM9CmnaMKLs4oLNJUL6t0EIYJ+31U="; 33 33 }; 34 34 35 35 nativeBuildInputs = [
+2 -2
pkgs/development/libraries/glib/default.nix
··· 56 56 57 57 stdenv.mkDerivation (finalAttrs: { 58 58 pname = "glib"; 59 - version = "2.76.2"; 59 + version = "2.76.3"; 60 60 61 61 src = fetchurl { 62 62 url = "mirror://gnome/sources/glib/${lib.versions.majorMinor finalAttrs.version}/glib-${finalAttrs.version}.tar.xz"; 63 - sha256 = "JPOEeFex2GdM2wOJo27ewPE8ZmzTznJ+zTQOudqKyp4="; 63 + sha256 = "wL5ETkA9fDGE0fOU+J8LZEcQtekzG1T6TotQN4E60yo="; 64 64 }; 65 65 66 66 patches = lib.optionals stdenv.isDarwin [
+2 -2
pkgs/development/libraries/gtk/3.x.nix
··· 63 63 64 64 stdenv.mkDerivation (finalAttrs: { 65 65 pname = "gtk+3"; 66 - version = "3.24.37"; 66 + version = "3.24.38"; 67 67 68 68 outputs = [ "out" "dev" ] ++ lib.optional withIntrospection "devdoc"; 69 69 outputBin = "dev"; ··· 77 77 inherit (finalAttrs) version; 78 78 in fetchurl { 79 79 url = "mirror://gnome/sources/gtk+/${lib.versions.majorMinor version}/gtk+-${version}.tar.xz"; 80 - sha256 = "sha256-Z0XwtMBTeUFR/Q8OJHSwd8zP9fg+ndG/PTn+n+X7f1c="; 80 + sha256 = "sha256-zhHezwGLJb3YUFVEpPhyQoVOyIvgVNmt5fOiBETdjuc="; 81 81 }; 82 82 83 83 patches = [