gdk_pixbuf: minor update (mainly JPEG fixes)
This commit is contained in:
parent
f4782016ed
commit
51c83e927d
1 changed files with 2 additions and 2 deletions
|
@ -3,14 +3,14 @@
|
|||
|
||||
let
|
||||
ver_maj = "2.30";
|
||||
ver_min = "1";
|
||||
ver_min = "2";
|
||||
in
|
||||
stdenv.mkDerivation rec {
|
||||
name = "gdk-pixbuf-${ver_maj}.${ver_min}";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://gnome/sources/gdk-pixbuf/${ver_maj}/${name}.tar.xz";
|
||||
sha256 = "0c4dxsnpqc46liqjlh3w2qmrzv0b89ksn15z2f9h13362lg3n9m3";
|
||||
sha256 = "1gzczsv41h28is4rrxjfyj1qx8ifp23fq2ckh0k099m9fnhbzfna";
|
||||
};
|
||||
|
||||
# !!! We might want to factor out the gdk-pixbuf-xlib subpackage.
|
||||
|
|
Loading…
Reference in a new issue