mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
lvm2: 2.03.39 -> 2.03.41
Changelog: https://gitlab.com/lvmteam/lvm2/-/blob/v2_03_41/WHATS_NEW
This commit is contained in:
parent
7c513aed49
commit
7a2e21ee20
2 changed files with 5 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue