glib: 2.68.3 -> 2.68.4

- https://gitlab.gnome.org/GNOME/glib/-/releases/2.68.4

(cherry picked from commit 0074a8fb8f54b1ae43ee5309b29d07af16b75e76)
This commit is contained in:
Maxine Aubrey 2021-08-30 20:26:52 +02:00
parent 047ab44301
commit 8477cb78b5
No known key found for this signature in database
GPG Key ID: F6FE033DFCB899F7
1 changed files with 2 additions and 2 deletions

View File

@ -45,11 +45,11 @@ in
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "glib"; pname = "glib";
version = "2.68.3"; version = "2.68.4";
src = fetchurl { src = fetchurl {
url = "mirror://gnome/sources/glib/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz"; url = "mirror://gnome/sources/glib/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
sha256 = "0f1iprj7v0b5wn9njj39dkl25g6filfs7i4ybk20jq821k1a7qg7"; sha256 = "sha256-Yv0GHQinVJJhfmJac+LAXiWfgxrLuOH4ucgfI/eZOjs=";
}; };
patches = optionals stdenv.isDarwin [ patches = optionals stdenv.isDarwin [