aboutsummaryrefslogtreecommitdiff
path: root/pkgs/development/libraries/gobject-introspection
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2019-07-01 09:45:42 -0700
committerR. RyanTM <ryantm-bot@ryantm.com>2019-07-01 09:45:42 -0700
commit76a765d1a1876b2f3cd35c263af0c05d82326cff (patch)
tree397f68929aa4c1f0450bd80afb61e9b9c24f73d2 /pkgs/development/libraries/gobject-introspection
parent5b4b6b6c24e2756bf5d98eb03974637cd193c076 (diff)
gobject-introspection: 1.60.1 -> 1.60.2
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/gobject-introspection/versions
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 b1fdb916b5ce..43695d8db585 100644
--- a/pkgs/development/libraries/gobject-introspection/default.nix
+++ b/pkgs/development/libraries/gobject-introspection/default.nix
@@ -9,7 +9,7 @@
let
pname = "gobject-introspection";
- version = "1.60.1";
+ version = "1.60.2";
in
with stdenv.lib;
stdenv.mkDerivation rec {
@@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
src = fetchurl {
url = "mirror://gnome/sources/${pname}/${stdenv.lib.versions.majorMinor version}/${name}.tar.xz";
- sha256 = "1cr4r3lh5alrks9q2ycs1kn2crnkhrhn2wrmibng6dndkr4x2i6q";
+ sha256 = "172ymc1vbg2rclq1rszx4y32vm900nn1mc4qg1a4mqxjiwvf5pzz";
};
outputs = [ "out" "dev" "man" ];