3
0
Fork 0
forked from mirrors/nixpkgs

tlsh: 4.9.3 -> 4.10.0

This commit is contained in:
Bruno BELANYI 2021-09-23 23:31:53 +02:00
parent fc2f8520b5
commit fda09976e7

View file

@ -6,13 +6,13 @@
buildPythonPackage rec {
pname = "tlsh";
version = "4.9.3";
version = "4.10.0";
src = fetchFromGitHub {
owner = "trendmicro";
repo = "tlsh";
rev = version;
sha256 = "sha256-12bhxJTJJWzoiWt4YwhcdwHDvJNoBenWl3l26SFuIGU=";
sha256 = "sha256-9Vkj7a5xU/coFyM/8i8JB0DdnbgDAEMOjmmMF8ckKuE=";
};
nativeBuildInputs = [ cmake ];