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:
parent
c82f942efc
commit
acc8f30963
1 changed files with 2 additions and 2 deletions
|
@ -24,14 +24,14 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "pango";
|
pname = "pango";
|
||||||
version = "1.50.5";
|
version = "1.50.6";
|
||||||
|
|
||||||
outputs = [ "bin" "out" "dev" ]
|
outputs = [ "bin" "out" "dev" ]
|
||||||
++ lib.optionals withDocs [ "devdoc" ];
|
++ lib.optionals withDocs [ "devdoc" ];
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://gnome/sources/${pname}/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
|
url = "mirror://gnome/sources/${pname}/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
|
||||||
sha256 = "bRNoctpiB/6Ixc0slcNryvTtKUArhUZjqGzX7+mbDPU=";
|
sha256 = "qZi882iBw6wgSV1AvOswT06qkXW9KWfIVlZDTL2v6Go=";
|
||||||
};
|
};
|
||||||
|
|
||||||
strictDeps = !withIntrospection;
|
strictDeps = !withIntrospection;
|
||||||
|
|
Loading…
Reference in a new issue