1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-23 14:11:36 +00:00

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

spdk: 19.10 -> 19.10.1
This commit is contained in:
Mario Rodas 2020-01-29 03:02:01 -05:00 committed by GitHub
commit 906b5d7c3c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "spdk";
version = "19.10";
version = "19.10.1";
src = fetchFromGitHub {
owner = "spdk";
repo = "spdk";
rev = "v${version}";
sha256 = "16v2vswn3rnnj7ak5w5rsak6r8f9b85gyhyll4ac1k4xpyj488hj";
sha256 = "1fajcc4c09p6wcfw08k0x4x7v8yh0ghq94zhs5d4g9563p2va6ab";
};
patches = [ ./spdk-dpdk-meson.patch ];