libnvme: 1.10 -> 1.11
This commit is contained in:
parent
1546e0871c
commit
1a4eb8b7a9
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation (finalAttrs: {
|
stdenv.mkDerivation (finalAttrs: {
|
||||||
pname = "libnvme";
|
pname = "libnvme";
|
||||||
version = "1.10";
|
version = "1.11";
|
||||||
|
|
||||||
outputs = [ "out" ] ++ lib.optionals withDocs [ "man" ];
|
outputs = [ "out" ] ++ lib.optionals withDocs [ "man" ];
|
||||||
|
|
||||||
@ -26,7 +26,7 @@ stdenv.mkDerivation (finalAttrs: {
|
|||||||
owner = "linux-nvme";
|
owner = "linux-nvme";
|
||||||
repo = "libnvme";
|
repo = "libnvme";
|
||||||
rev = "v${finalAttrs.version}";
|
rev = "v${finalAttrs.version}";
|
||||||
hash = "sha256-guNABLpDKdWDE79gxoNq0ukAUE7CnMw5QRXA3rl3Dk4=";
|
hash = "sha256-c7+vNUTU0J1e8aWl49C7rEbFAQZ3X53PKtv7r8CcheE=";
|
||||||
};
|
};
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
|
Loading…
Reference in New Issue
Block a user