Skip to content

Commit

Permalink
yara-x: 0.10.0 -> 0.11.0 (#359354)
Browse files Browse the repository at this point in the history
  • Loading branch information
NickCao authored Nov 27, 2024
2 parents 527c254 + f175918 commit 8d9c3f6
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.10.0";
version = "0.11.0";

src = fetchFromGitHub {
owner = "VirusTotal";
repo = "yara-x";
rev = "refs/tags/v${version}";
hash = "sha256-HZA4olgHYTlPnTZNGxQNQlGX//XgqslHOMOil5G76xs=";
hash = "sha256-14YHaaZpqB8448MGdKsYqxZ4N/+p92khQWRov3cO/eU=";
};

cargoHash = "sha256-l66vRrFxwxVThBy98RWIpUi6SJkPH6VZLd5fkq5AStU=";
cargoHash = "sha256-gcRLnPlNVzA5nxdviWz8dDzblFujytYPrt7eyFgm5Lc=";

nativeBuildInputs = [ cmake installShellFiles ];

Expand Down

0 comments on commit 8d9c3f6

Please sign in to comment.