mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-02 02:53:55 +00:00
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:
parent
94114e8da7
commit
96dc04e933
@ -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;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user