Unverified Commit fde7e2da authored by Marcin Serwin's avatar Marcin Serwin Committed by GitHub
Browse files

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

parents 72f2c3c6 1b104d04
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = [