linuxPackages_hardened.chipsec: 1.4.9 -> 1.5.1

This commit is contained in:
R. RyanTM 2020-05-02 04:57:20 +00:00 committed by Daniel Schaefer
parent ebb63137ad
commit b4ea1062bc

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 = [