1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

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

spdk: 19.10.1 -> 20.01
This commit is contained in:
Maximilian Bosch 2020-02-06 22:36:17 +01:00 committed by GitHub
commit 51ac6731e0
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.1";
version = "20.01";
src = fetchFromGitHub {
owner = "spdk";
repo = "spdk";
rev = "v${version}";
sha256 = "1fajcc4c09p6wcfw08k0x4x7v8yh0ghq94zhs5d4g9563p2va6ab";
sha256 = "13pbl46bfzc3z10ydr1crimklyj7f0s73873bjknglw474gm52h8";
};
patches = [ ./spdk-dpdk-meson.patch ];