about summary refs log tree commit diff
path: root/pkgs/development/libraries/gobject-introspection
diff options
context:
space:
mode:
authorMaxine Aubrey <maxeaubrey@gmail.com>2021-09-26 12:34:59 +0200
committerJan Tojnar <jtojnar@gmail.com>2021-10-09 17:29:36 +0200
commit52f650a241558d78435dae7159c7ca4088bf9278 (patch)
tree0a2bfda44562957a02ee96f89f018abfd48a1046 /pkgs/development/libraries/gobject-introspection
parent08fcd73d9dc9a28aa901210b259d9bfb3c228018 (diff)
gobject-introspection: 1.68.0 -> 1.70.0
- https://gitlab.gnome.org/GNOME/gobject-introspection/-/blob/1.70.0/NEWS
Diffstat (limited to 'pkgs/development/libraries/gobject-introspection')
-rw-r--r--pkgs/development/libraries/gobject-introspection/default.nix4
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 e6a1ad979b91f..25b7770101d13 100644
--- a/pkgs/development/libraries/gobject-introspection/default.nix
+++ b/pkgs/development/libraries/gobject-introspection/default.nix
@@ -26,7 +26,7 @@
 
 stdenv.mkDerivation rec {
   pname = "gobject-introspection";
-  version = "1.68.0";
+  version = "1.70.0";
 
   # outputs TODO: share/gobject-introspection-1.0/tests is needed during build
   # by pygobject3 (and maybe others), but it's only searched in $out
@@ -35,7 +35,7 @@ stdenv.mkDerivation rec {
 
   src = fetchurl {
     url = "mirror://gnome/sources/${pname}/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
-    sha256 = "09sawnv3xj9pzgy2qrrk87dl3jibfphnswb61i5bh0d2h4j28afj";
+    sha256 = "0jpwraip7pwl9bf9s59am3r7074p34fasvfb5ym1fb8hwc34jawh";
   };
 
   patches = [