Skip to content

Commit ef017c6

Browse files
authored
yaralyzer: 0.9.4 -> 0.9.5 (#364879)
2 parents 4e85178 + 7d8f9ce commit ef017c6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/ya/yaralyzer/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@
66

77
python3.pkgs.buildPythonApplication rec {
88
pname = "yaralyzer";
9-
version = "0.9.4";
9+
version = "0.9.5";
1010
pyproject = true;
1111

1212
src = fetchFromGitHub {
1313
owner = "michelcrypt4d4mus";
1414
repo = "yaralyzer";
15-
rev = "refs/tags/v${version}";
16-
hash = "sha256-rDb09XJOGWNARR0hhQQ91KXWepsLyR2a6/o3jagh6nA=";
15+
tag = "v${version}";
16+
hash = "sha256-A9JFUaBG4SwOkYPo/1p1i6mA47PyKiT+ngEYlfYAAE8=";
1717
};
1818

1919
pythonRelaxDeps = [

0 commit comments

Comments
 (0)