pango: 1.51.2 → 1.52.2

https://gitlab.gnome.org/GNOME/pango/-/compare/1.51.2...1.52.2

Changelog-Reviewed-By: Maxine Aubrey <max@ine.dev>
This commit is contained in:
Maxine Aubrey 2024-03-02 16:49:14 +01:00
parent 1ad8eb9fdf
commit 474cbc5813
No known key found for this signature in database
GPG Key ID: F6FE033DFCB899F7

View File

@ -24,13 +24,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "pango";
version = "1.51.2";
version = "1.52.2";
outputs = [ "bin" "out" "dev" ] ++ lib.optional withIntrospection "devdoc";
src = fetchurl {
url = with finalAttrs; "mirror://gnome/sources/${pname}/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
sha256 = "sha256-PbpAfytfwRfhkvMCXwocyO3B/ZuTSxxXiyuXNCE5QVo=";
hash = "sha256-0Adq/gEIKBS4U97smfk0ns5fLOg5CLjlj/c2tB94qWs=";
};
depsBuildBuild = [