Merge pull request #136579 from maxeaubrey/21.05_glib_2.68.4

[21.05] glib: 2.68.2 -> 2.68.4
This commit is contained in:
Michael Raskin 2021-09-10 15:49:47 +00:00 committed by GitHub
commit 9b13260e5f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

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