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

linuxPackages_hardened.chipsec: 1.4.9 -> 1.5.1
This commit is contained in:
Daniel Schaefer 2020-06-15 19:11:26 +02:00 committed by GitHub
commit f37456a046
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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.9"; version = "1.5.1";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "chipsec"; owner = "chipsec";
repo = "chipsec"; repo = "chipsec";
rev = version; rev = version;
sha256 = "1p6w8294w5z2f4jwc22mqaggv5qajvmf9iifv7fl7wdz3wsvskrk"; sha256 = "1rxr9i08a22m15slvlkrhnki30jixi2ds096kmmc2nqzfr9yibmb";
}; };
nativeBuildInputs = [ nativeBuildInputs = [