linuxPackages.chipsec: 1.13.19 -> 1.13.20 (#485526)

This commit is contained in:
nixpkgs-ci[bot]
2026-02-02 03:46:51 +00:00
committed by GitHub
+2 -2
View File
@@ -11,14 +11,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "chipsec";
version = "1.13.19";
version = "1.13.20";
pyproject = true;
src = fetchFromGitHub {
owner = "chipsec";
repo = "chipsec";
tag = version;
hash = "sha256-QJDoUnmZhKimgVnKCarc70b1OZAF3uIKqefuXjD7dOg=";
hash = "sha256-TSw/1NdPGefWXRMleXTeLWDgRw/m+luIQ0lF8UlgfLs=";
};
patches = [