lvm2: 2.03.39 -> 2.03.41

Changelog: https://gitlab.com/lvmteam/lvm2/-/blob/v2_03_41/WHATS_NEW
This commit is contained in:
Robert Schütz 2026-06-19 11:12:01 -07:00
commit 7a2e21ee20
2 changed files with 5 additions and 2 deletions

View file

@ -1,4 +1,4 @@
import ./common.nix {
version = "2.03.39";
hash = "sha256-I7yQZ+KP4NN7PMRB8oZbngIs48Ykur4ikYuN2QwDHug=";
version = "2.03.41";
hash = "sha256-1YARuEXfjsE4FsoT6mw51Ms9A4zS19OHrN9Wga19Zjc=";
}

View file

@ -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;