aboutsummaryrefslogtreecommitdiff
path: root/pkgs/tools/security
diff options
context:
space:
mode:
authorDaniel Schaefer <git@danielschaefer.me>2019-08-25 00:32:21 +0200
committerDaniel Schaefer <git@danielschaefer.me>2019-08-25 00:41:02 +0200
commit908ecd5cb7b1f770dcf8a82778f93fcbdb7da990 (patch)
tree57ab0454ca770905268a63a2cb01fe04b7a180ca /pkgs/tools/security
parent0f395d6faea137450cc427356154bf261534aa33 (diff)
chipsec: 1.3.7 -> 1.4.0
Diffstat (limited to 'pkgs/tools/security')
-rw-r--r--pkgs/tools/security/chipsec/default.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/tools/security/chipsec/default.nix b/pkgs/tools/security/chipsec/default.nix
index a32752f8b23..f403aaaf687 100644
--- a/pkgs/tools/security/chipsec/default.nix
+++ b/pkgs/tools/security/chipsec/default.nix
@@ -1,14 +1,14 @@
-{ stdenv, lib, fetchFromGitHub, python27Packages, nasm, libelf
+{ stdenv, lib, fetchFromGitHub, pythonPackages, nasm, libelf
, kernel ? null, withDriver ? false }:
-python27Packages.buildPythonApplication rec {
+pythonPackages.buildPythonApplication rec {
name = "chipsec-${version}";
- version = "1.3.7";
+ version = "1.4.0";
src = fetchFromGitHub {
owner = "chipsec";
repo = "chipsec";
rev = version;
- sha256 = "00hwhi5f24y429zazhm77l1pp31q7fmx7ks3sfm6d16v89zbcp9a";
+ sha256 = "09ipr0vls1l2wln4z3dc9vx0zp63ps3dxkwlpm9rqqbpg7qq6lrp";
};
nativeBuildInputs = [