lvm2: 2.03.34 -> 2.03.35
https://gitlab.com/lvmteam/lvm2/-/tags/v2_03_35
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import ./common.nix {
|
||||
version = "2.03.34";
|
||||
hash = "sha256-P05459bEkii00XPqCOvhWIc9VEV/un0x0qvr3d0Odbk=";
|
||||
version = "2.03.35";
|
||||
hash = "sha256-6/KLNCdTXitavZmRzYObYWIqDb+4yG3w968fadyqg3E=";
|
||||
}
|
||||
|
||||
@@ -204,6 +204,7 @@ stdenv.mkDerivation rec {
|
||||
moveToOutput bin/blkdeactivate $scripts
|
||||
moveToOutput bin/lvmdump $scripts
|
||||
moveToOutput bin/lvm_import_vdo $scripts
|
||||
moveToOutput bin/lvmpersist $scripts
|
||||
moveToOutput libexec/lvresize_fs_helper $scripts/lib
|
||||
''
|
||||
+ lib.optionalString (!enableCmdlib) ''
|
||||
|
||||
Reference in New Issue
Block a user