mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 06:31:02 +00:00
new bugfixrelease 2.8.20
svn path=/nixpkgs/trunk/; revision=5572
This commit is contained in:
parent
b37f994407
commit
92ea85c28a
|
@ -8,10 +8,10 @@ assert xineramaSupport -> libXinerama != null;
|
|||
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "gtk+-2.8.19";
|
||||
name = "gtk+-2.8.20";
|
||||
src = fetchurl {
|
||||
url = ftp://ftp.gtk.org/pub/gtk/v2.8/gtk+-2.8.19.tar.bz2;
|
||||
md5 = "1a03dbed4b794194a610e9d7eb175b06";
|
||||
url = ftp://ftp.gtk.org/pub/gtk/v2.8/gtk+-2.8.20.tar.bz2;
|
||||
md5 = "74e7ca98194f1fadfe906e66d763d05d";
|
||||
};
|
||||
buildInputs = [
|
||||
pkgconfig perl libtiff libjpeg libpng cairo
|
||||
|
|
Loading…
Reference in a new issue