Skip to content

Commit

Permalink
Merge pull request #139233 from ambroisie/update-tlsh
Browse files Browse the repository at this point in the history
tlsh: 4.9.3 -> 4.10.0
  • Loading branch information
figsoda authored Sep 24, 2021
2 parents 617420e + fda0997 commit 5afb8c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/tlsh/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 ];
Expand Down

0 comments on commit 5afb8c1

Please sign in to comment.