We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6f0766a + 1b93c17 commit 7e582dfCopy full SHA for 7e582df
pkgs/os-specific/linux/lvm2/2_03.nix
@@ -1,4 +1,4 @@
1
import ./common.nix {
2
- version = "2.03.34";
3
- hash = "sha256-P05459bEkii00XPqCOvhWIc9VEV/un0x0qvr3d0Odbk=";
+ version = "2.03.35";
+ hash = "sha256-6/KLNCdTXitavZmRzYObYWIqDb+4yG3w968fadyqg3E=";
4
}
pkgs/os-specific/linux/lvm2/common.nix
@@ -204,6 +204,7 @@ stdenv.mkDerivation rec {
204
moveToOutput bin/blkdeactivate $scripts
205
moveToOutput bin/lvmdump $scripts
206
moveToOutput bin/lvm_import_vdo $scripts
207
+ moveToOutput bin/lvmpersist $scripts
208
moveToOutput libexec/lvresize_fs_helper $scripts/lib
209
''
210
+ lib.optionalString (!enableCmdlib) ''
0 commit comments