Merge branch 'master' into auto-update/chipsec

This commit is contained in:
Daniel Schaefer
2020-04-06 19:26:10 +02:00
committed by GitHub
586 changed files with 10493 additions and 9148 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
{ stdenv, lib, fetchFromGitHub, pythonPackages, nasm, libelf
, kernel ? null, withDriver ? false }:
pythonPackages.buildPythonApplication rec {
name = "chipsec-${version}";
pname = "chipsec";
version = "1.4.9";
src = fetchFromGitHub {