Unverified Commit 62ccf255 authored by nixpkgs-merge-bot[bot]'s avatar nixpkgs-merge-bot[bot] Committed by GitHub
Browse files

libnvme: 1.11 -> 1.11.1 (#363045)

parents e857cfa8 6a051391
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -18,7 +18,7 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "libnvme";
  version = "1.11";
  version = "1.11.1";

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

@@ -26,7 +26,7 @@ stdenv.mkDerivation (finalAttrs: {
    owner = "linux-nvme";
    repo = "libnvme";
    rev = "v${finalAttrs.version}";
    hash = "sha256-c7+vNUTU0J1e8aWl49C7rEbFAQZ3X53PKtv7r8CcheE=";
    hash = "sha256-CEGr7PDOVRi210XvICH8iLYDKn8S9bGruBO4tycvsT8=";
  };

  postPatch = ''