pangomm: 2.42.2 -> 2.46.1

- https://gitlab.gnome.org/GNOME/pangomm/-/blob/2.46.1/NEWS
This commit is contained in:
Maxine Aubrey 2021-09-06 14:14:33 +02:00 committed by Jan Tojnar
parent d542319560
commit 4e1c9126a3

View File

@ -3,11 +3,11 @@
stdenv.mkDerivation rec {
pname = "pangomm";
version= "2.42.2";
version= "2.46.1";
src = fetchurl {
url = "mirror://gnome/sources/${pname}/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
sha256 = "sha256-GyTJJiSuEnXMtXdYF10198Oa0zQtjAtLpg8NmEnS0Io=";
sha256 = "sha256-yIUBP+YaTFEX/aOVdw1QdWNBHGPkn0o6ztTJ7+NNmXU=";
};
outputs = [ "out" "dev" ];