mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-29 16:24:10 +00:00
chipsec: 1.8.0 -> 1.8.1
This commit is contained in:
parent
49c657c60c
commit
96ff7e3676
@ -10,7 +10,7 @@
|
||||
|
||||
python3.pkgs.buildPythonApplication rec {
|
||||
pname = "chipsec";
|
||||
version = "1.8.0";
|
||||
version = "1.8.1";
|
||||
|
||||
disabled = !stdenv.isLinux;
|
||||
|
||||
@ -18,7 +18,7 @@ python3.pkgs.buildPythonApplication rec {
|
||||
owner = "chipsec";
|
||||
repo = "chipsec";
|
||||
rev = version;
|
||||
hash = "sha256-6Wzh1cEQoVl4FSlqni1bRbVWZIjovaAMeozuxKvvSqA=";
|
||||
hash = "sha256-bK8wlwhP0pi8rOs8ysbSZ+0aZOaX4mckfH/p4OLGnes=";
|
||||
};
|
||||
|
||||
patches = lib.optionals withDriver [ ./ko-path.diff ./compile-ko.diff ];
|
||||
|
Loading…
Reference in New Issue
Block a user