Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

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>

+2 -2
+2 -2
pkgs/development/libraries/pango/default.nix
··· 24 24 25 25 stdenv.mkDerivation (finalAttrs: { 26 26 pname = "pango"; 27 - version = "1.51.2"; 27 + version = "1.52.2"; 28 28 29 29 outputs = [ "bin" "out" "dev" ] ++ lib.optional withIntrospection "devdoc"; 30 30 31 31 src = fetchurl { 32 32 url = with finalAttrs; "mirror://gnome/sources/${pname}/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz"; 33 - sha256 = "sha256-PbpAfytfwRfhkvMCXwocyO3B/ZuTSxxXiyuXNCE5QVo="; 33 + hash = "sha256-0Adq/gEIKBS4U97smfk0ns5fLOg5CLjlj/c2tB94qWs="; 34 34 }; 35 35 36 36 depsBuildBuild = [