libnvme: 1.2 -> 1.4

This commit is contained in:
Noah Santschi-Cooney 2023-04-13 21:01:25 +01:00
parent 5fe45ebfea
commit 8a8b88f3da
No known key found for this signature in database
GPG key ID: 3B22282472C8AE48

View file

@ -1,5 +1,6 @@
{ fetchFromGitHub
, json_c
, keyutils
, lib
, meson
, ninja
@ -8,12 +9,13 @@
, pkg-config
, python3
, stdenv
, swig
, systemd
}:
stdenv.mkDerivation rec {
pname = "libnvme";
version = "1.2";
version = "1.4";
outputs = [ "out" "man" ];
@ -21,7 +23,7 @@ stdenv.mkDerivation rec {
owner = "linux-nvme";
repo = "libnvme";
rev = "v${version}";
sha256 = "sha256-U9Fj3OcBe32C0PKhI05eF/6jikHAvdyvXH16IY0rWxI=";
sha256 = "sha256-8DlEQ4LH6UhIHr0znJGqkuCosLHqA6hkJjmiCawNE1k=";
};
postPatch = ''
@ -36,9 +38,11 @@ stdenv.mkDerivation rec {
perl # for kernel-doc
pkg-config
python3
swig
];
buildInputs = [
keyutils
json_c
openssl
systemd