python3Packages.tlsh: 4.12.1 -> 5.0.0 (#488098)

This commit is contained in:
Marcin Serwin
2026-03-08 07:38:56 +00:00
committed by GitHub
@@ -8,14 +8,14 @@
buildPythonPackage rec {
pname = "tlsh";
version = "4.12.1";
version = "5.0.0";
pyproject = true;
src = fetchFromGitHub {
owner = "trendmicro";
repo = "tlsh";
tag = version;
hash = "sha256-bR4598ZA7SDGInyxxjtBsttv+4XpZ+iqM7YAjlejdcU=";
hash = "sha256-cYvXZrd+8ZC5LfucguFFNlEX8FR+AkchmCFButYoiMg=";
};
patches = [