Skip to content

Commit

Permalink
Merge pull request #331265 from r-ryantm/auto-update/yara-x
Browse files Browse the repository at this point in the history
yara-x: 0.5.0 -> 0.6.0
  • Loading branch information
LeSuisse authored Jul 31, 2024
2 parents 8089a08 + 69979d1 commit 9aeb548
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/ya/yara-x/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,16 @@

rustPlatform.buildRustPackage rec {
pname = "yara-x";
version = "0.5.0";
version = "0.6.0";

src = fetchFromGitHub {
owner = "VirusTotal";
repo = "yara-x";
rev = "refs/tags/v${version}";
hash = "sha256-/5UYweF/+oshJlZaTnbr1TJMYgenRZmb8EZudyxcTU0=";
hash = "sha256-KcUBaEn28hNpy1d+uqGQZUlZKCnaLcrB8th9KXHXnuQ=";
};

cargoHash = "sha256-BXYegw1Rl8HvUxlBg3xwF3ZJemzJnJZPoPNMXYBgoF0=";
cargoHash = "sha256-9W68Lm1Jc1GZ7wcS0FROZYGZkrzKn9wVBKdqlBjVOxk=";

nativeBuildInputs = [ cmake installShellFiles ];

Expand Down

0 comments on commit 9aeb548

Please sign in to comment.