pango: 1.50.5 → 1.50.6

https://gitlab.gnome.org/GNOME/pango/-/compare/1.50.5...1.50.6
This commit is contained in:
Jan Tojnar 2022-03-20 02:13:05 +00:00
parent c82f942efc
commit acc8f30963

View file

@ -24,14 +24,14 @@
stdenv.mkDerivation rec {
pname = "pango";
version = "1.50.5";
version = "1.50.6";
outputs = [ "bin" "out" "dev" ]
++ lib.optionals withDocs [ "devdoc" ];
src = fetchurl {
url = "mirror://gnome/sources/${pname}/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
sha256 = "bRNoctpiB/6Ixc0slcNryvTtKUArhUZjqGzX7+mbDPU=";
sha256 = "qZi882iBw6wgSV1AvOswT06qkXW9KWfIVlZDTL2v6Go=";
};
strictDeps = !withIntrospection;