* New lvm2.

svn path=/nixpkgs/trunk/; revision=8305
This commit is contained in:
Eelco Dolstra 2007-03-16 15:19:19 +00:00
parent d8cd9746cb
commit 8dab939a7f

View file

@ -1,10 +1,10 @@
{stdenv, fetchurl, devicemapper}: {stdenv, fetchurl, devicemapper}:
stdenv.mkDerivation { stdenv.mkDerivation {
name = "lvm2-2.02.17"; name = "lvm2-2.02.22";
src = fetchurl { src = fetchurl {
url = ftp://sources.redhat.com/pub/lvm2/LVM2.2.02.17.tgz; url = ftp://sources.redhat.com/pub/lvm2/old/LVM2.2.02.22.tgz;
md5 = "a1bebdabb0dace2b9dd98579625ce53c"; sha256 = "1izcjv3g2xrma79xswdk8n1bm3rg1h70ccdp167wnwjca8rs56i8";
}; };
buildInputs = [devicemapper]; buildInputs = [devicemapper];
# To prevent make install from failing. # To prevent make install from failing.