Merge pull request #315603 from LeSuisse/yara-x-0.4.0

yara-x: 0.3.0 -> 0.4.0
This commit is contained in:
Fabian Affolter 2024-05-30 14:22:38 +02:00 committed by GitHub
commit 059ccc9d1a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -9,16 +9,16 @@
rustPlatform.buildRustPackage rec {
pname = "yara-x";
version = "0.3.0";
version = "0.4.0";
src = fetchFromGitHub {
owner = "VirusTotal";
repo = "yara-x";
rev = "refs/tags/v${version}";
hash = "sha256-AFRKsBNDgjIsLnr61ME4WvDj+DsvIhFUnDmOGn3So8o=";
hash = "sha256-N82s6SEQerAVjtOL4o/AmT184fWKTETmZEpKYt7Piv0=";
};
cargoHash = "sha256-cZ/bWaTNnX9+o8D5lMu72snc4CLpjqcwjintbw59OXA=";
cargoHash = "sha256-1lfkG9SsnnUzEZaIxeMxhaRmLAGLB3J0UMfWXHJcmUo=";
nativeBuildInputs = [ cmake installShellFiles ];