mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
* New lvm2.
svn path=/nixpkgs/trunk/; revision=8305
This commit is contained in:
parent
d8cd9746cb
commit
8dab939a7f
1 changed files with 3 additions and 3 deletions
|
@ -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.
|
||||||
|
|
Loading…
Reference in a new issue