tangled
alpha
login
or
join now
tjh.dev
/
nixpkgs
0
fork
atom
nixpkgs mirror (for testing)
github.com/NixOS/nixpkgs
nix
0
fork
atom
overview
issues
pulls
pipelines
gobject-introspection: 1.60.2 → 1.62.0
Tor Hedin Brønner
6 years ago
99fb5e36
7d49165f
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
development
libraries
gobject-introspection
default.nix
+2
-2
pkgs/development/libraries/gobject-introspection/default.nix
reviewed
···
9
9
10
10
let
11
11
pname = "gobject-introspection";
12
12
-
version = "1.60.2";
12
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
20
-
sha256 = "172ymc1vbg2rclq1rszx4y32vm900nn1mc4qg1a4mqxjiwvf5pzz";
20
20
+
sha256 = "18lhglg9v6y83lhqzyifc1z0wrlawzrhzzxx0a3h1g7xaz97xvmi";
21
21
};
22
22
23
23
outputs = [ "out" "dev" "man" ];