We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c4b364e + 96b9fca commit 4e71644Copy full SHA for 4e71644
pkgs/by-name/ya/yara-x/package.nix
@@ -12,17 +12,17 @@
12
13
rustPlatform.buildRustPackage (finalAttrs: {
14
pname = "yara-x";
15
- version = "0.14.0";
+ version = "0.15.0";
16
17
src = fetchFromGitHub {
18
owner = "VirusTotal";
19
repo = "yara-x";
20
tag = "v${finalAttrs.version}";
21
- hash = "sha256-C8wBGmilouNcNN3HkwvSTWcZY1fe0jVc2TeWDN4w5xA=";
+ hash = "sha256-fbuh/SMfOygnuvG9zTZqem4oLaS+5uXScXPhU3aVDjM=";
22
};
23
24
useFetchCargoVendor = true;
25
- cargoHash = "sha256-afCBuWr12trjEIDvE0qnGFxTXU7LKZCzZB8RqgqperY=";
+ cargoHash = "sha256-+dPIujaxDJ7JrtNvX4VjGHFmgtCb1BJpFQL4c3E1/GY=";
26
27
nativeBuildInputs = [
28
installShellFiles
0 commit comments