Skip to content

Commit 16b95ac

Browse files
committed
nvme-cli: 2.11 -> 2.15
1 parent bdb6b60 commit 16b95ac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/nv/nvme-cli/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@
1414

1515
stdenv.mkDerivation rec {
1616
pname = "nvme-cli";
17-
version = "2.11";
17+
version = "2.15";
1818

1919
src = fetchFromGitHub {
2020
owner = "linux-nvme";
2121
repo = "nvme-cli";
2222
rev = "v${version}";
23-
hash = "sha256-LkFYkfHeBKC/0kr33DKu7oXxXrtfu1YcpuwzRRWsHpc=";
23+
hash = "sha256-zXzNjEpxioqYoSHDzimCnP/tKbi0H+GTH4xZ0g1+XnU=";
2424
};
2525

2626
mesonFlags = [

0 commit comments

Comments
 (0)