linuxPackages_hardened.chipsec: 1.4.9 -> 1.5.1
This commit is contained in:
parent
ebb63137ad
commit
b4ea1062bc
1 changed files with 2 additions and 2 deletions
|
@ -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 = [
|
||||||
|
|
Loading…
Reference in a new issue