forked from mirrors/nixpkgs
Upgrade lvm from 2.02.100 -> 2.02.104
This commit is contained in:
parent
cb8842e526
commit
fb7421db64
|
@ -1,7 +1,7 @@
|
|||
{ stdenv, fetchurl, pkgconfig, udev, utillinux, coreutils }:
|
||||
|
||||
let
|
||||
v = "2.02.100";
|
||||
v = "2.02.104";
|
||||
in
|
||||
|
||||
stdenv.mkDerivation {
|
||||
|
@ -9,7 +9,7 @@ stdenv.mkDerivation {
|
|||
|
||||
src = fetchurl {
|
||||
url = "ftp://sources.redhat.com/pub/lvm2/releases/LVM2.${v}.tgz";
|
||||
md5 = "9629cf5728544d7e637cafde1f73d777";
|
||||
sha256 = "1xa7hvp8bsx96nncgksxrqxaqcgipfmmpr8aysayb8aisyjvas0d";
|
||||
};
|
||||
|
||||
configureFlags =
|
||||
|
|
Loading…
Reference in a new issue