Merge pull request #134588 from r-ryantm/auto-update/spdk

spdk: 21.04 -> 21.07
This commit is contained in:
Ryan Burns 2021-10-10 16:27:52 -07:00 committed by GitHub
commit 639557919e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,13 +15,13 @@
stdenv.mkDerivation rec {
pname = "spdk";
version = "21.04";
version = "21.07";
src = fetchFromGitHub {
owner = "spdk";
repo = "spdk";
rev = "v${version}";
sha256 = "sha256-Xmmgojgtt1HwTqG/1ZOJVo1BcdAH0sheu40d73OJ68w=";
sha256 = "sha256-/hynuYVdzIfiHUUfuuOY8SBJ18DqJr2Fos2JjQQVvbg=";
};
nativeBuildInputs = [