Skip to content

Commit

Permalink
libnvme: 1.11 -> 1.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Dec 8, 2024
1 parent 65484f8 commit 6a05139
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/li/libnvme/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@

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

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

src = fetchFromGitHub {
owner = "linux-nvme";
repo = "libnvme";
rev = "v${finalAttrs.version}";
hash = "sha256-c7+vNUTU0J1e8aWl49C7rEbFAQZ3X53PKtv7r8CcheE=";
hash = "sha256-CEGr7PDOVRi210XvICH8iLYDKn8S9bGruBO4tycvsT8=";
};

postPatch = ''
Expand Down

0 comments on commit 6a05139

Please sign in to comment.