pangomm: 2.46.1 → 2.46.2

Fix build with latest pango https://ftp.gnome.org/pub/GNOME/sources/pangomm/2.46/pangomm-2.46.2.news
This commit is contained in:
Jan Tojnar 2021-12-11 01:50:23 +00:00
parent 53c7eefc0d
commit fedfcdb479

View file

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