We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1546e08 commit 1a4eb8bCopy full SHA for 1a4eb8b
pkgs/by-name/li/libnvme/package.nix
@@ -18,15 +18,15 @@
18
19
stdenv.mkDerivation (finalAttrs: {
20
pname = "libnvme";
21
- version = "1.10";
+ version = "1.11";
22
23
outputs = [ "out" ] ++ lib.optionals withDocs [ "man" ];
24
25
src = fetchFromGitHub {
26
owner = "linux-nvme";
27
repo = "libnvme";
28
rev = "v${finalAttrs.version}";
29
- hash = "sha256-guNABLpDKdWDE79gxoNq0ukAUE7CnMw5QRXA3rl3Dk4=";
+ hash = "sha256-c7+vNUTU0J1e8aWl49C7rEbFAQZ3X53PKtv7r8CcheE=";
30
};
31
32
postPatch = ''
0 commit comments