linuxPackages_hardened.chipsec: 1.4.7 -> 1.4.9
This commit is contained in:
parent
3420bd63b9
commit
cc41ff0288
@ -2,13 +2,13 @@
|
||||
, kernel ? null, withDriver ? false }:
|
||||
pythonPackages.buildPythonApplication rec {
|
||||
name = "chipsec-${version}";
|
||||
version = "1.4.7";
|
||||
version = "1.4.9";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "chipsec";
|
||||
repo = "chipsec";
|
||||
rev = version;
|
||||
sha256 = "11qi4m4hqkylf1wd7f921r0p7xg5prpmfkmb7l9nn7sb95zz0sjr";
|
||||
sha256 = "1p6w8294w5z2f4jwc22mqaggv5qajvmf9iifv7fl7wdz3wsvskrk";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
@ -33,7 +33,7 @@ pythonPackages.buildPythonApplication rec {
|
||||
Mac OS X and UEFI shell.
|
||||
'';
|
||||
license = licenses.gpl2;
|
||||
homepage = https://github.com/chipsec/chipsec;
|
||||
homepage = "https://github.com/chipsec/chipsec";
|
||||
maintainers = with maintainers; [ johnazoidberg ];
|
||||
platforms = if withDriver then [ "x86_64-linux" ] else platforms.all;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user