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 4e85178 + 7d8f9ce commit ef017c6Copy full SHA for ef017c6
pkgs/by-name/ya/yaralyzer/package.nix
@@ -6,14 +6,14 @@
6
7
python3.pkgs.buildPythonApplication rec {
8
pname = "yaralyzer";
9
- version = "0.9.4";
+ version = "0.9.5";
10
pyproject = true;
11
12
src = fetchFromGitHub {
13
owner = "michelcrypt4d4mus";
14
repo = "yaralyzer";
15
- rev = "refs/tags/v${version}";
16
- hash = "sha256-rDb09XJOGWNARR0hhQQ91KXWepsLyR2a6/o3jagh6nA=";
+ tag = "v${version}";
+ hash = "sha256-A9JFUaBG4SwOkYPo/1p1i6mA47PyKiT+ngEYlfYAAE8=";
17
};
18
19
pythonRelaxDeps = [
0 commit comments