Skip to content

Commit 4e71644

Browse files
authored
yara-x: 0.14.0 -> 0.15.0 (#408827)
2 parents c4b364e + 96b9fca commit 4e71644

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/ya/yara-x/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,17 @@
1212

1313
rustPlatform.buildRustPackage (finalAttrs: {
1414
pname = "yara-x";
15-
version = "0.14.0";
15+
version = "0.15.0";
1616

1717
src = fetchFromGitHub {
1818
owner = "VirusTotal";
1919
repo = "yara-x";
2020
tag = "v${finalAttrs.version}";
21-
hash = "sha256-C8wBGmilouNcNN3HkwvSTWcZY1fe0jVc2TeWDN4w5xA=";
21+
hash = "sha256-fbuh/SMfOygnuvG9zTZqem4oLaS+5uXScXPhU3aVDjM=";
2222
};
2323

2424
useFetchCargoVendor = true;
25-
cargoHash = "sha256-afCBuWr12trjEIDvE0qnGFxTXU7LKZCzZB8RqgqperY=";
25+
cargoHash = "sha256-+dPIujaxDJ7JrtNvX4VjGHFmgtCb1BJpFQL4c3E1/GY=";
2626

2727
nativeBuildInputs = [
2828
installShellFiles

0 commit comments

Comments
 (0)