pango: 1.50.0 → 1.50.3
https://gitlab.gnome.org/GNOME/pango/-/blob/1.50.3/NEWS#L1-21
This commit is contained in:
parent
77da198145
commit
62e6374d5e
@ -24,14 +24,14 @@
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "pango";
|
||||
version = "1.50.0";
|
||||
version = "1.50.3";
|
||||
|
||||
outputs = [ "bin" "out" "dev" ]
|
||||
++ lib.optionals withDocs [ "devdoc" ];
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://gnome/sources/${pname}/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
|
||||
sha256 = "26i2Ld+G4Q9z+Tw9Ila3MjiyvK+HA3yiKbQL3AQOs/M=";
|
||||
sha256 = "St0F7fUcH7N1oczedJiRQSDiPLKA3XOVsa60QfGDikw=";
|
||||
};
|
||||
|
||||
strictDeps = !withIntrospection;
|
||||
|
Loading…
Reference in New Issue
Block a user