pango: 1.48.10 -> 1.50.0

This commit is contained in:
R. Ryantm
2021-12-08 17:16:02 +01:00
committed by Jan Tojnar
parent 2f25fe1a47
commit b8276258cb
+2 -2
View File
@@ -24,14 +24,14 @@
stdenv.mkDerivation rec {
pname = "pango";
version = "1.48.10";
version = "1.50.0";
outputs = [ "bin" "out" "dev" ]
++ lib.optionals withDocs [ "devdoc" ];
src = fetchurl {
url = "mirror://gnome/sources/${pname}/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
sha256 = "IeH1eYvN/adeq8QoBRSwiWq1b2VtTn5mAwuaJTXs3Jg=";
sha256 = "26i2Ld+G4Q9z+Tw9Ila3MjiyvK+HA3yiKbQL3AQOs/M=";
};
strictDeps = !withIntrospection;