libnvme: 1.1 -> 1.2

This commit is contained in:
ifurther 2022-11-04 01:13:56 +08:00
parent fdebb81f45
commit 01196d6d5e
No known key found for this signature in database
GPG key ID: 9A0323AECCC4A5E5

View file

@ -1,7 +1,6 @@
{ fetchFromGitHub
, json_c
, lib
, libuuid
, meson
, ninja
, openssl
@ -14,7 +13,7 @@
stdenv.mkDerivation rec {
pname = "libnvme";
version = "1.1";
version = "1.2";
outputs = [ "out" "man" ];
@ -22,7 +21,7 @@ stdenv.mkDerivation rec {
owner = "linux-nvme";
repo = "libnvme";
rev = "v${version}";
sha256 = "EPAPWY6/Bh8I1eLslKJAofLn0IAizmGn00Q5PJPtdRw=";
sha256 = "sha256-U9Fj3OcBe32C0PKhI05eF/6jikHAvdyvXH16IY0rWxI=";
};
postPatch = ''
@ -40,7 +39,6 @@ stdenv.mkDerivation rec {
buildInputs = [
json_c
libuuid
openssl
python3
systemd