diff --git a/utils/nvme-cli/Makefile b/utils/nvme-cli/Makefile index 618194a5cd..810817728b 100644 --- a/utils/nvme-cli/Makefile +++ b/utils/nvme-cli/Makefile @@ -5,12 +5,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=nvme-cli -PKG_VERSION:=2.12 +PKG_VERSION:=2.15 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://github.com/linux-nvme/nvme-cli/archive/refs/tags/v$(PKG_VERSION) -PKG_HASH:=bb6528d0528ccf5d05fbe8e90b82b7632cc0896ffcbe2f4c823ff2de1e79693e +PKG_HASH:=93282c426f22dd1ea6d172dec8af043c4e9ff80189becfbbb5378fe1ca0a74ad PKG_LICENSE:=GPL-2.0-or-later PKG_LICENSE_FILES:=LICENSE diff --git a/utils/nvme-cli/patches/020-nvme-print-add-fallback-for-.patch b/utils/nvme-cli/patches/020-nvme-print-add-fallback-for-.patch index 87c14900a6..0701d9a48b 100644 --- a/utils/nvme-cli/patches/020-nvme-print-add-fallback-for-.patch +++ b/utils/nvme-cli/patches/020-nvme-print-add-fallback-for-.patch @@ -18,7 +18,7 @@ Signed-off-by: Daniel Néri --- a/nvme-print.c +++ b/nvme-print.c -@@ -832,6 +832,10 @@ static bool is_fahrenheit_country(const +@@ -835,6 +835,10 @@ static bool is_fahrenheit_country(const #define LC_MEASUREMENT LC_ALL #endif