Commit 9ad2ef84 authored by R. RyanTM's avatar R. RyanTM
Browse files

libnvme: 1.15 -> 1.16.1

parent ffd468f2
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -19,7 +19,7 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "libnvme";
  version = "1.15";
  version = "1.16.1";

  outputs = [ "out" ] ++ lib.optionals withDocs [ "man" ];

@@ -27,7 +27,7 @@ stdenv.mkDerivation (finalAttrs: {
    owner = "linux-nvme";
    repo = "libnvme";
    rev = "v${finalAttrs.version}";
    hash = "sha256-PdSlynwOjC9SkUh3H6doEgHwwBry5Ti5XjRoS2bc5a0=";
    hash = "sha256-/9snTFixG8bBAWPDJNiOmMEMmNnN451CdJqfp2y1lR4=";
  };

  postPatch = ''