nvme-cli: 1.9 -> 1.10.1

This commit is contained in:
Michael Weiss 2020-01-10 17:01:59 +01:00
parent f703a3a04a
commit 1b4ab87668
No known key found for this signature in database
GPG Key ID: 5BE487C4D4771D83

View File

@ -1,16 +1,18 @@
{ lib, stdenv, fetchFromGitHub }: { lib, stdenv, fetchFromGitHub, pkgconfig }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "nvme-cli"; pname = "nvme-cli";
version = "1.9"; version = "1.10.1";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "linux-nvme"; owner = "linux-nvme";
repo = "nvme-cli"; repo = "nvme-cli";
rev = "v${version}"; rev = "v${version}";
sha256 = "08x0x7nq8v7gr8a4lrrhclkz6n8fxlhhizxl2nz56w1xmfghcnfv"; sha256 = "12wp2wxmsw2v8m9bhvwvdbhdgx1md8iilhbl19sfzz2araiwi2x8";
}; };
nativeBuildInputs = [ pkgconfig ];
makeFlags = [ "DESTDIR=$(out)" "PREFIX=" ]; makeFlags = [ "DESTDIR=$(out)" "PREFIX=" ];
# To omit the hostnqn and hostid files that are impure and should be unique # To omit the hostnqn and hostid files that are impure and should be unique