chipsec: 1.8.0 -> 1.8.1

This commit is contained in:
Fabian Affolter 2022-02-10 08:24:36 +01:00
parent 49c657c60c
commit 96ff7e3676

View file

@ -10,7 +10,7 @@
python3.pkgs.buildPythonApplication rec { python3.pkgs.buildPythonApplication rec {
pname = "chipsec"; pname = "chipsec";
version = "1.8.0"; version = "1.8.1";
disabled = !stdenv.isLinux; disabled = !stdenv.isLinux;
@ -18,7 +18,7 @@ python3.pkgs.buildPythonApplication rec {
owner = "chipsec"; owner = "chipsec";
repo = "chipsec"; repo = "chipsec";
rev = version; rev = version;
hash = "sha256-6Wzh1cEQoVl4FSlqni1bRbVWZIjovaAMeozuxKvvSqA="; hash = "sha256-bK8wlwhP0pi8rOs8ysbSZ+0aZOaX4mckfH/p4OLGnes=";
}; };
patches = lib.optionals withDriver [ ./ko-path.diff ./compile-ko.diff ]; patches = lib.optionals withDriver [ ./ko-path.diff ./compile-ko.diff ];