Skip to content

Commit a56ed50

Browse files
committed
python3Packages.yara-x: 0.15.0 -> 1.5.0
1 parent aca2499 commit a56ed50

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/development/python-modules/yara-x/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
}:
1010
buildPythonPackage rec {
1111
pname = "yara-x";
12-
version = "0.15.0";
12+
version = "1.5.0";
1313
pyproject = true;
1414

1515
disabled = pythonOlder "3.9";
@@ -18,14 +18,14 @@ buildPythonPackage rec {
1818
owner = "VirusTotal";
1919
repo = "yara-x";
2020
tag = "v${version}";
21-
hash = "sha256-fbuh/SMfOygnuvG9zTZqem4oLaS+5uXScXPhU3aVDjM=";
21+
hash = "sha256-YZmhwHA6PnQb3QXhbWK8cbV0CScbiD5k+HceDcV6iCI=";
2222
};
2323

2424
buildAndTestSubdir = "py";
2525

2626
cargoDeps = rustPlatform.fetchCargoVendor {
2727
inherit pname src version;
28-
hash = "sha256-+dPIujaxDJ7JrtNvX4VjGHFmgtCb1BJpFQL4c3E1/GY=";
28+
hash = "sha256-8LofNTLa3a2dDH72T54HJR/+qArXt+X6OMJIQwmjQIQ=";
2929
};
3030

3131
nativeBuildInputs = [

0 commit comments

Comments
 (0)