lvm2: 2.03.39 -> 2.03.41
Changelog: https://gitlab.com/lvmteam/lvm2/-/blob/v2_03_41/WHATS_NEW
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import ./common.nix {
|
||||
version = "2.03.39";
|
||||
hash = "sha256-I7yQZ+KP4NN7PMRB8oZbngIs48Ykur4ikYuN2QwDHug=";
|
||||
version = "2.03.41";
|
||||
hash = "sha256-1YARuEXfjsE4FsoT6mw51Ms9A4zS19OHrN9Wga19Zjc=";
|
||||
}
|
||||
|
||||
@@ -231,6 +231,9 @@ stdenv.mkDerivation rec {
|
||||
};
|
||||
|
||||
meta = {
|
||||
changelog = "https://gitlab.com/lvmteam/lvm2/-/blob/v${
|
||||
lib.replaceString "." "_" version
|
||||
}/WHATS_NEW";
|
||||
homepage = "http://sourceware.org/lvm2/";
|
||||
description = "Tools to support Logical Volume Management (LVM) on Linux";
|
||||
platforms = lib.platforms.linux;
|
||||
|
||||
Reference in New Issue
Block a user