summaryrefslogtreecommitdiffstats
path: root/pkgs/tools/security/chipsec
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2020-04-04 21:04:53 +0000
committerR. RyanTM <ryantm-bot@ryantm.com>2020-04-04 21:04:53 +0000
commitcc41ff02882ddf18063a30c8f4a896480ae06b3d (patch)
treee4db500ac14f0bb3535db2ff8e3299635ad12cfa /pkgs/tools/security/chipsec
parent3420bd63b9bbd4eb4e544b898a072c6fbbc9cfa9 (diff)
linuxPackages_hardened.chipsec: 1.4.7 -> 1.4.9
Diffstat (limited to 'pkgs/tools/security/chipsec')
-rw-r--r--pkgs/tools/security/chipsec/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/security/chipsec/default.nix b/pkgs/tools/security/chipsec/default.nix
index 7d7456309899..1032bc8d3d7d 100644
--- a/pkgs/tools/security/chipsec/default.nix
+++ b/pkgs/tools/security/chipsec/default.nix
@@ -2,13 +2,13 @@
, kernel ? null, withDriver ? false }:
pythonPackages.buildPythonApplication rec {
name = "chipsec-${version}";
- version = "1.4.7";
+ version = "1.4.9";
src = fetchFromGitHub {
owner = "chipsec";
repo = "chipsec";
rev = version;
- sha256 = "11qi4m4hqkylf1wd7f921r0p7xg5prpmfkmb7l9nn7sb95zz0sjr";
+ sha256 = "1p6w8294w5z2f4jwc22mqaggv5qajvmf9iifv7fl7wdz3wsvskrk";
};
nativeBuildInputs = [
@@ -33,7 +33,7 @@ pythonPackages.buildPythonApplication rec {
Mac OS X and UEFI shell.
'';
license = licenses.gpl2;
- homepage = https://github.com/chipsec/chipsec;
+ homepage = "https://github.com/chipsec/chipsec";
maintainers = with maintainers; [ johnazoidberg ];
platforms = if withDriver then [ "x86_64-linux" ] else platforms.all;
};