lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

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

spdk: 21.04 -> 21.07

authored by

Ryan Burns and committed by
GitHub
63955791 fe56bdc5

+2 -2
+2 -2
pkgs/development/libraries/spdk/default.nix
··· 15 15 16 16 stdenv.mkDerivation rec { 17 17 pname = "spdk"; 18 - version = "21.04"; 18 + version = "21.07"; 19 19 20 20 src = fetchFromGitHub { 21 21 owner = "spdk"; 22 22 repo = "spdk"; 23 23 rev = "v${version}"; 24 - sha256 = "sha256-Xmmgojgtt1HwTqG/1ZOJVo1BcdAH0sheu40d73OJ68w="; 24 + sha256 = "sha256-/hynuYVdzIfiHUUfuuOY8SBJ18DqJr2Fos2JjQQVvbg="; 25 25 }; 26 26 27 27 nativeBuildInputs = [