libnvme: 1.1 -> 1.2
This commit is contained in:
parent
fdebb81f45
commit
01196d6d5e
1 changed files with 2 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue