From a047c632be7c76144a99a8d23eb2655503ea311c Mon Sep 17 00:00:00 2001 From: Sergei Trofimovich Date: Mon, 16 Dec 2024 06:19:37 +0000 Subject: [PATCH] lvm2: 2.03.28 -> 2.03.29 Changes: https://gitlab.com/lvmteam/lvm2/-/tags/v2_03_29 --- pkgs/os-specific/linux/lvm2/2_03.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/os-specific/linux/lvm2/2_03.nix b/pkgs/os-specific/linux/lvm2/2_03.nix index aa02aeb10457..558f54afadd8 100644 --- a/pkgs/os-specific/linux/lvm2/2_03.nix +++ b/pkgs/os-specific/linux/lvm2/2_03.nix @@ -1,4 +1,4 @@ import ./common.nix { - version = "2.03.28"; - hash = "sha256-uCK6/2ti3zY4LHF866mKJojrsxvyt2jz/6K21eJVckI="; + version = "2.03.29"; + hash = "sha256-MMU3dstN32v57KKdDCjb+cWsFwwJFUMhITsRw9u1vpw="; }