diff options
| author | Bobby Rong <rjl931189261@126.com> | 2023-09-24 09:36:35 +0000 |
|---|---|---|
| committer | Bobby Rong <rjl931189261@126.com> | 2023-10-29 20:07:01 +0800 |
| commit | d75fb702c67ccb936bda526078e608b8c9b60ce3 (patch) | |
| tree | f0a4a27fbbaa91ed25b36bb8f1794fe9d78b38c2 | |
| parent | gsettings-desktop-schemas: 45.alpha → 45.0 (diff) | |
| download | nixpkgs-d75fb702c67ccb936bda526078e608b8c9b60ce3.tar.gz | |
gobject-introspection: 1.76.1 → 1.78.1
https://gitlab.gnome.org/GNOME/gobject-introspection/-/compare/1.76.1...1.78.1
NEWS look okay.
* Update the GIR data for GLib, GObject, and GIO
* Add GObject as a dependency for the Cairo GIR
* Add more tests for GI marshalling
* Update regression test suite
* Fix build on Windows for paths using '\' as a separator
* Support different prefix for finding GIR data
* Add GI_GIR_PATH environment variable for controlling GIR paths
Changelog-reviewed-by: Bobby Rong <rjl931189261@126.com>
| -rw-r--r-- | pkgs/development/libraries/gobject-introspection/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/gobject-introspection/default.nix b/pkgs/development/libraries/gobject-introspection/default.nix index 7ba77c14d6c8..3817d8bb9ced 100644 --- a/pkgs/development/libraries/gobject-introspection/default.nix +++ b/pkgs/development/libraries/gobject-introspection/default.nix @@ -36,7 +36,7 @@ let in stdenv.mkDerivation (finalAttrs: { pname = "gobject-introspection"; - version = "1.76.1"; + version = "1.78.1"; # outputs TODO: share/gobject-introspection-1.0/tests is needed during build # by pygobject3 (and maybe others), but it's only searched in $out @@ -45,7 +45,7 @@ stdenv.mkDerivation (finalAttrs: { src = fetchurl { url = "mirror://gnome/sources/gobject-introspection/${lib.versions.majorMinor finalAttrs.version}/gobject-introspection-${finalAttrs.version}.tar.xz"; - sha256 = "GWF4v2Q0VQHc3E2EabNqpv6ASJNU7+cct8uKuCo3OL8="; + sha256 = "vXur2Zr3JY52gZ5Fukprw5lgj+di2D/ePKwDPFCEG7Q="; }; patches = [ |
