Merge pull request from r-ryantm/auto-update/chipsec

linuxPackages_hardened.chipsec: 1.4.7 -> 1.4.9
This commit is contained in:
Daniel Schaefer 2020-04-06 19:26:59 +02:00 committed by GitHub
commit b8b404eb74
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions
pkgs/tools/security/chipsec

View File

@ -2,13 +2,13 @@
, kernel ? null, withDriver ? false }: , kernel ? null, withDriver ? false }:
pythonPackages.buildPythonApplication rec { pythonPackages.buildPythonApplication rec {
pname = "chipsec"; pname = "chipsec";
version = "1.4.7"; version = "1.4.9";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "chipsec"; owner = "chipsec";
repo = "chipsec"; repo = "chipsec";
rev = version; rev = version;
sha256 = "11qi4m4hqkylf1wd7f921r0p7xg5prpmfkmb7l9nn7sb95zz0sjr"; sha256 = "1p6w8294w5z2f4jwc22mqaggv5qajvmf9iifv7fl7wdz3wsvskrk";
}; };
nativeBuildInputs = [ nativeBuildInputs = [
@ -33,7 +33,7 @@ pythonPackages.buildPythonApplication rec {
Mac OS X and UEFI shell. Mac OS X and UEFI shell.
''; '';
license = licenses.gpl2; license = licenses.gpl2;
homepage = https://github.com/chipsec/chipsec; homepage = "https://github.com/chipsec/chipsec";
maintainers = with maintainers; [ johnazoidberg ]; maintainers = with maintainers; [ johnazoidberg ];
platforms = if withDriver then [ "x86_64-linux" ] else platforms.all; platforms = if withDriver then [ "x86_64-linux" ] else platforms.all;
}; };