pango: 1.57.0 → 1.57.1

https://gitlab.gnome.org/GNOME/pango/-/compare/1.57.0...1.57.1
This commit is contained in:
Bobby Rong
2026-05-06 23:03:31 +08:00
parent 9f465cbcb5
commit 322e1c7179
+2 -2
View File
@@ -29,7 +29,7 @@
stdenv.mkDerivation (finalAttrs: {
pname = "pango";
version = "1.57.0";
version = "1.57.1";
outputs = [
"bin"
@@ -40,7 +40,7 @@ stdenv.mkDerivation (finalAttrs: {
src = fetchurl {
url = "mirror://gnome/sources/pango/${lib.versions.majorMinor finalAttrs.version}/pango-${finalAttrs.version}.tar.xz";
hash = "sha256-iQZAyEHa530649j+iVN4S5MPokGxdCPmEgx7/fi4kec=";
hash = "sha256-5l1tEXCA3Drut9i0s7UY9zg6oubPziMRfGI81iR2TC8=";
};
depsBuildBuild = [