Fabian Affolter 2025-08-06 21:12:10 +02:00
parent 0329ca55fe
commit dd5e9545bb

View File

@ -21,14 +21,14 @@ let
in in
buildPythonPackage rec { buildPythonPackage rec {
pname = "yaramod"; pname = "yaramod";
version = "4.3.2"; version = "4.4.1";
pyproject = true; pyproject = true;
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "avast"; owner = "avast";
repo = "yaramod"; repo = "yaramod";
tag = "v${version}"; tag = "v${version}";
hash = "sha256-b0IdhnKlOPkjq/oZtEHbOzEjp5gUhX+NqDid61ubovc="; hash = "sha256-mI/NIgBs/amV7DRJEfclR5LcYOc8/2d1tmP+bWcULhw=";
}; };
postPatch = '' postPatch = ''