chipsec: 1.4.1 -> 1.4.7
This commit is contained in:
parent
ebb3d1a9a4
commit
8a24d3f892
|
@ -2,13 +2,13 @@
|
||||||
, kernel ? null, withDriver ? false }:
|
, kernel ? null, withDriver ? false }:
|
||||||
pythonPackages.buildPythonApplication rec {
|
pythonPackages.buildPythonApplication rec {
|
||||||
name = "chipsec-${version}";
|
name = "chipsec-${version}";
|
||||||
version = "1.4.1";
|
version = "1.4.7";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "chipsec";
|
owner = "chipsec";
|
||||||
repo = "chipsec";
|
repo = "chipsec";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "043gf21zygvrzvvkwv5xxpcv3ryj5m8klkgyhq0lnh6k594qrg77";
|
sha256 = "11qi4m4hqkylf1wd7f921r0p7xg5prpmfkmb7l9nn7sb95zz0sjr";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
|
|
Loading…
Reference in New Issue
Block a user