forked from mirrors/nixpkgs
glib: bugfix update (important for ext4 sync)
This commit is contained in:
parent
d2e1023d73
commit
7d23ab7c75
|
@ -28,11 +28,11 @@ in
|
||||||
with { inherit (stdenv.lib) optionalString; };
|
with { inherit (stdenv.lib) optionalString; };
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "glib-2.36.3";
|
name = "glib-2.36.4";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://gnome/sources/glib/2.36/${name}.tar.xz";
|
url = "mirror://gnome/sources/glib/2.36/${name}.tar.xz";
|
||||||
sha256 = "07kn9j0gbh97mmmn72ird628klfdrswx1hqrcr1lqbp0djzk7i2y";
|
sha256 = "0zmdbkg2yjyxdl72w34lxvrssbzqzdficskkfn22s0994dad4m7n";
|
||||||
};
|
};
|
||||||
|
|
||||||
# configure script looks for d-bus but it is (probably) only needed for tests
|
# configure script looks for d-bus but it is (probably) only needed for tests
|
||||||
|
|
Loading…
Reference in a new issue