Unverified Commit 8a8b88f3 authored by Noah Santschi-Cooney's avatar Noah Santschi-Cooney
Browse files

libnvme: 1.2 -> 1.4

parent 5fe45ebf
Loading
Loading
Loading
Loading
+6 −2
Original line number Diff line number Diff line
{ 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