update lvm2 (this time not using latest version because I hope this is more stable and won't be removed that fast..

svn path=/nixpkgs/trunk/; revision=22175
This commit is contained in:
Marc Weber 2010-06-08 05:44:04 +00:00
parent 23b1430ec5
commit 47046e66c4

View File

@ -1,7 +1,7 @@
{ stdenv, fetchurl, udev }: { stdenv, fetchurl, udev }:
let let
v = "2.02.64"; v = "2.02.65";
in in
stdenv.mkDerivation { stdenv.mkDerivation {
@ -9,7 +9,7 @@ stdenv.mkDerivation {
src = fetchurl { src = fetchurl {
url = "ftp://sources.redhat.com/pub/lvm2/LVM2.${v}.tgz"; url = "ftp://sources.redhat.com/pub/lvm2/LVM2.${v}.tgz";
sha256 = "130yg8a9l0266hraklalm2k26n25a8kb2nvhj13cnczfxbz5a4m0"; sha256 = "2a4157b91b7ad5ea84359e8548b64947611beea01862e010be71f54b649e7ad1";
}; };
configureFlags = "--disable-readline --enable-udev_rules --enable-udev_sync"; configureFlags = "--disable-readline --enable-udev_rules --enable-udev_sync";