Updating upx - now it builds with gcc 4.4

svn path=/nixpkgs/trunk/; revision=20160
This commit is contained in:
Lluís Batlle i Rossell 2010-02-22 08:08:23 +00:00
parent 5c8272b0bc
commit 75e0d28624

View File

@ -1,10 +1,10 @@
{stdenv, fetchurl, ucl, zlib}:
stdenv.mkDerivation {
name = "upx-3.03";
name = "upx-3.04";
src = fetchurl {
url = http://upx.sourceforge.net/download/upx-3.03-src.tar.bz2;
sha256 = "a04b0decd01d3ca194b9553c7bbf8a01bc17e0e06eb0850f4271bba783143d7b";
url = http://upx.sourceforge.net/download/upx-3.04-src.tar.bz2;
sha256 = "15vxjzaf21vfanidv6d0zf37jgy4xfhn399nc66651b064pnbf39";
};
buildInputs = [ ucl zlib ];