nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

tlsh: 4.9.3 -> 4.10.0

+2 -2
+2 -2
pkgs/development/python-modules/tlsh/default.nix
··· 6 6 7 7 buildPythonPackage rec { 8 8 pname = "tlsh"; 9 - version = "4.9.3"; 9 + version = "4.10.0"; 10 10 11 11 src = fetchFromGitHub { 12 12 owner = "trendmicro"; 13 13 repo = "tlsh"; 14 14 rev = version; 15 - sha256 = "sha256-12bhxJTJJWzoiWt4YwhcdwHDvJNoBenWl3l26SFuIGU="; 15 + sha256 = "sha256-9Vkj7a5xU/coFyM/8i8JB0DdnbgDAEMOjmmMF8ckKuE="; 16 16 }; 17 17 18 18 nativeBuildInputs = [ cmake ];