python313Packages.yaramod: 4.3.2 -> 4.4.1
Diff: https://github.com/avast/yaramod/compare/refs/tags/v4.3.2...refs/tags/v4.4.1 Changelog: https://github.com/avast/yaramod/blob/v4.4.1/CHANGELOG.md
This commit is contained in:
parent
0329ca55fe
commit
dd5e9545bb
@ -21,14 +21,14 @@ let
|
||||
in
|
||||
buildPythonPackage rec {
|
||||
pname = "yaramod";
|
||||
version = "4.3.2";
|
||||
version = "4.4.1";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "avast";
|
||||
repo = "yaramod";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-b0IdhnKlOPkjq/oZtEHbOzEjp5gUhX+NqDid61ubovc=";
|
||||
hash = "sha256-mI/NIgBs/amV7DRJEfclR5LcYOc8/2d1tmP+bWcULhw=";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
|
Loading…
x
Reference in New Issue
Block a user