Skip to content

Commit 5c1e2db

Browse files
authored
libnvme: 1.10 -> 1.11 (#352703)
2 parents 6281100 + 1a4eb8b commit 5c1e2db

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/li/libnvme/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,15 @@
1818

1919
stdenv.mkDerivation (finalAttrs: {
2020
pname = "libnvme";
21-
version = "1.10";
21+
version = "1.11";
2222

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

2525
src = fetchFromGitHub {
2626
owner = "linux-nvme";
2727
repo = "libnvme";
2828
rev = "v${finalAttrs.version}";
29-
hash = "sha256-guNABLpDKdWDE79gxoNq0ukAUE7CnMw5QRXA3rl3Dk4=";
29+
hash = "sha256-c7+vNUTU0J1e8aWl49C7rEbFAQZ3X53PKtv7r8CcheE=";
3030
};
3131

3232
postPatch = ''

0 commit comments

Comments
 (0)