tlsh: 4.5.0 -> 4.9.3 (#138639)

* tlsh: 4.5.0 -> 4.9.3

* tlsh: link to https website
This commit is contained in:
Bruno BELANYI 2021-09-22 11:44:14 +02:00 committed by GitHub
parent 94114e8da7
commit 96dc04e933
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,15 +4,15 @@
, cmake
}:
buildPythonPackage {
buildPythonPackage rec {
pname = "tlsh";
version = "4.5.0";
version = "4.9.3";
src = fetchFromGitHub {
owner = "trendmicro";
repo = "tlsh";
rev = "f2bb7a97cfb0f9418a750ba92c182d1091e6c159";
sha256 = "1kxfhdwqjd4pjdlr1gjh2am8mxpaqmfq7rrxkjfi0mbisl1krkwb";
rev = version;
sha256 = "sha256-12bhxJTJJWzoiWt4YwhcdwHDvJNoBenWl3l26SFuIGU=";
};
nativeBuildInputs = [ cmake ];
@ -26,7 +26,7 @@ buildPythonPackage {
meta = with lib; {
description = "Trend Micro Locality Sensitive Hash";
homepage = "http://tlsh.org/";
homepage = "https://tlsh.org/";
license = licenses.asl20;
platforms = platforms.unix;
};