jefferson: 0.4.6 -> 0.4.7

This commit is contained in:
Philipp Bartsch
2026-02-08 02:07:28 +01:00
parent aa73783364
commit 5c6ca4a6aa
+4 -4
View File
@@ -7,14 +7,14 @@
python3.pkgs.buildPythonApplication (finalAttrs: {
pname = "jefferson";
version = "0.4.6";
version = "0.4.7";
pyproject = true;
src = fetchFromGitHub {
owner = "onekey-sec";
repo = "jefferson";
rev = "v${finalAttrs.version}";
hash = "sha256-6eh4i9N3aArU8+W8K341pp9J0QYEojDiMrEc8yax4SY=";
tag = "v${finalAttrs.version}";
hash = "sha256-dIb6ZmjGxDwUO0L6Uy2SlgioY8NCnTO7IGveRraw0LI=";
};
nativeBuildInputs = with python3.pkgs; [
@@ -23,7 +23,7 @@ python3.pkgs.buildPythonApplication (finalAttrs: {
propagatedBuildInputs = with python3.pkgs; [
click
cstruct
dissect-cstruct
lzallright
];