Skip to content

Commit 7e582df

Browse files
authored
lvm2: 2.03.34 -> 2.03.35 (#444998)
2 parents 6f0766a + 1b93c17 commit 7e582df

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
import ./common.nix {
2-
version = "2.03.34";
3-
hash = "sha256-P05459bEkii00XPqCOvhWIc9VEV/un0x0qvr3d0Odbk=";
2+
version = "2.03.35";
3+
hash = "sha256-6/KLNCdTXitavZmRzYObYWIqDb+4yG3w968fadyqg3E=";
44
}

pkgs/os-specific/linux/lvm2/common.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -204,6 +204,7 @@ stdenv.mkDerivation rec {
204204
moveToOutput bin/blkdeactivate $scripts
205205
moveToOutput bin/lvmdump $scripts
206206
moveToOutput bin/lvm_import_vdo $scripts
207+
moveToOutput bin/lvmpersist $scripts
207208
moveToOutput libexec/lvresize_fs_helper $scripts/lib
208209
''
209210
+ lib.optionalString (!enableCmdlib) ''

0 commit comments

Comments
 (0)