* Fix a bunch of URLs.
svn path=/nixpkgs/trunk/; revision=9292
This commit is contained in:
@@ -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 "";
|
||||
|
||||
Reference in New Issue
Block a user