* Name attribute did not match the actual version.

svn path=/nixpkgs/trunk/; revision=13600
This commit is contained in:
Eelco Dolstra 2008-12-09 13:52:37 +00:00
parent 37812e79dd
commit 016e2d912e

View file

@ -1,7 +1,7 @@
{stdenv, fetchurl, cpio, zlib, bzip2, file, sqlite, beecrypt, neon, elfutils}:
stdenv.mkDerivation {
name = "rpm-4.4.5";
name = "rpm-4.4.8";
src = fetchurl {
url = http://wraptastic.org/pub/rpm-4.4.x/rpm-4.4.8.tar.gz;