pango: 1.51.0 → 1.51.2

https://gitlab.gnome.org/GNOME/pango/-/compare/1.51.1...1.51.2
This commit is contained in:
Maxine Aubrey 2024-03-03 01:07:04 +01:00
parent 0e6fcbc70d
commit 8fecf8f411
No known key found for this signature in database
GPG Key ID: F6FE033DFCB899F7
1 changed files with 2 additions and 2 deletions

View File

@ -24,13 +24,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "pango";
version = "1.51.0";
version = "1.51.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 = "dO/BCa5vkDu+avd+qirGCUuO4kWi4j8TKnqPCGLRqfU=";
sha256 = "sha256-PbpAfytfwRfhkvMCXwocyO3B/ZuTSxxXiyuXNCE5QVo=";
};
depsBuildBuild = [