yara-x: 0.12.0 -> 0.13.0

https://github.com/VirusTotal/yara-x/releases/tag/v0.13.0
This commit is contained in:
Thomas Gerbet
2025-02-03 19:00:51 +01:00
parent c1a8aafda7
commit 3f2aff1378
+3 -5
View File
@@ -3,7 +3,6 @@
stdenv,
fetchFromGitHub,
rustPlatform,
cmake,
installShellFiles,
testers,
yara-x,
@@ -11,19 +10,18 @@
rustPlatform.buildRustPackage rec {
pname = "yara-x";
version = "0.12.0";
version = "0.13.0";
src = fetchFromGitHub {
owner = "VirusTotal";
repo = "yara-x";
tag = "v${version}";
hash = "sha256-gIYqWRJI/IZwEyc1Fke/CD8PPoSZvwtvOT0rnK+LFIo=";
hash = "sha256-ZSJHvpRZO6Tbw7Ct4oD6QmuV4mJ4RGW5gnT6PTX+nC8=";
};
cargoHash = "sha256-hlwHF6ESrRpXduXZmC/svldzYuoIwwOllf5pSbvEpCM=";
cargoHash = "sha256-IK6EAN0vn2V4GEOhDRFfGbehHELWQglFJVTlTonSka4=";
nativeBuildInputs = [
cmake
installShellFiles
];