gdk-pixbuf: maintenance 2.36.5 -> 2.36.6

This commit is contained in:
Vladimír Čunát 2017-04-01 12:50:47 +02:00
parent ae08fdd84e
commit ae58febf70
No known key found for this signature in database
GPG Key ID: E747DF1F9575A3AA

View File

@ -3,14 +3,14 @@
let
ver_maj = "2.36";
ver_min = "5";
ver_min = "6";
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 = "7ace06170291a1f21771552768bace072ecdea9bd4a02f7658939b9a314c40fc";
sha256 = "455eb90c09ed1b71f95f3ebfe1c904c206727e0eeb34fc94e5aaf944663a820c";
};
outputs = [ "out" "dev" "devdoc" ];