* Fix a bunch of URLs.

svn path=/nixpkgs/trunk/; revision=9292
This commit is contained in:
Eelco Dolstra
2007-09-11 10:15:07 +00:00
parent 62934c1dee
commit 8f4d8573c0
18 changed files with 77 additions and 43 deletions
+3 -3
View File
@@ -1,10 +1,10 @@
{stdenv, fetchurl, devicemapper, static ? false}:
stdenv.mkDerivation {
name = "lvm2-2.02.26";
name = "lvm2-2.02.28";
src = fetchurl {
url = ftp://sources.redhat.com/pub/lvm2/LVM2.2.02.26.tgz;
sha256 = "6a177953f1a81aff91144b6bea8eb5f73f6139b10bffd5946c22a32f586ab899";
url = ftp://sources.redhat.com/pub/lvm2/LVM2.2.02.28.tgz;
sha256 = "1sxchdz31mz57gm25jjphawhx2c8zmyw3mvifkxhnza27q97p39d";
};
buildInputs = [devicemapper];
configureFlags = if static then "--enable-static_link" else "";