nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

gobject-introspection: 1.60.2 → 1.62.0

+2 -2
+2 -2
pkgs/development/libraries/gobject-introspection/default.nix
··· 9 9 10 10 let 11 11 pname = "gobject-introspection"; 12 - version = "1.60.2"; 12 + version = "1.62.0"; 13 13 in 14 14 with stdenv.lib; 15 15 stdenv.mkDerivation rec { ··· 17 17 18 18 src = fetchurl { 19 19 url = "mirror://gnome/sources/${pname}/${stdenv.lib.versions.majorMinor version}/${name}.tar.xz"; 20 - sha256 = "172ymc1vbg2rclq1rszx4y32vm900nn1mc4qg1a4mqxjiwvf5pzz"; 20 + sha256 = "18lhglg9v6y83lhqzyifc1z0wrlawzrhzzxx0a3h1g7xaz97xvmi"; 21 21 }; 22 22 23 23 outputs = [ "out" "dev" "man" ];