We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 91a6fec + c6f4b06 commit aaf9d31Copy full SHA for aaf9d31
pkgs/development/python-modules/yaramod/default.nix
@@ -21,7 +21,7 @@ let
21
in
22
buildPythonPackage rec {
23
pname = "yaramod";
24
- version = "3.23.0";
+ version = "4.0.0";
25
format = "setuptools";
26
27
disabled = pythonOlder "3.7";
@@ -30,7 +30,7 @@ buildPythonPackage rec {
30
owner = "avast";
31
repo = pname;
32
rev = "refs/tags/v${version}";
33
- hash = "sha256-TB0dnWA+5beyHAoYUjqocmw5uGFgo/h9eKDbuKbmfsw=";
+ hash = "sha256-YbsNFtDk5u5UyTsS1aGKUv/HWYxEwERinZ3G84/mC9o=";
34
};
35
36
postPatch = ''
0 commit comments