forked from mirrors/nixpkgs
* Name attribute did not match the actual version.
svn path=/nixpkgs/trunk/; revision=13600
This commit is contained in:
parent
37812e79dd
commit
016e2d912e
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue