summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/karton-yaramatcher
diff options
context:
space:
mode:
authorRobin Gloster <mail@glob.in>2021-05-24 09:55:24 -0500
committerRobin Gloster <mail@glob.in>2021-05-24 09:55:24 -0500
commit4bc5fbef9d159e143fb7e2c3231932e6e76f667c (patch)
treee2198f5c552e0667d838b8ec764ddb3a4d8f6dec /pkgs/development/python-modules/karton-yaramatcher
parentjq: fix build with structured-attrs on darwin (diff)
parentMerge pull request #123802 from superherointj/package-virtmanager-bugfix (diff)
downloadnixpkgs-origin/structured-attrs.tar.gz
Merge remote-tracking branch 'upstream/master' into structured-attrsorigin/structured-attrs
Diffstat (limited to 'pkgs/development/python-modules/karton-yaramatcher')
-rw-r--r--pkgs/development/python-modules/karton-yaramatcher/default.nix10
1 files changed, 2 insertions, 8 deletions
diff --git a/pkgs/development/python-modules/karton-yaramatcher/default.nix b/pkgs/development/python-modules/karton-yaramatcher/default.nix
index afe6f2aaa443..6183e9500059 100644
--- a/pkgs/development/python-modules/karton-yaramatcher/default.nix
+++ b/pkgs/development/python-modules/karton-yaramatcher/default.nix
@@ -8,13 +8,13 @@
buildPythonPackage rec {
pname = "karton-yaramatcher";
- version = "1.0.0";
+ version = "1.1.1";
src = fetchFromGitHub {
owner = "CERT-Polska";
repo = pname;
rev = "v${version}";
- sha256 = "093h5hbx2ss4ly523gvf10a5ky3vvin6wipigvhx13y1rdxl6c9n";
+ sha256 = "0mv8v1gk6p21pw9kx6cxr76l6c5fxd3p6dk85cwfzz100h8mdvar";
};
propagatedBuildInputs = [
@@ -22,12 +22,6 @@ buildPythonPackage rec {
yara-python
];
- postPatch = ''
- substituteInPlace requirements.txt \
- --replace "karton-core==4.0.5" "karton-core" \
- --replace "yara-python==4.0.2" "yara-python" \
- '';
-
checkPhase = ''
runHook preCheck
${python.interpreter} -m unittest discover