python3Packages.sarif-tools: 3.0.4 -> 3.0.5

R. Ryantm 53523341 77110a51

Changed files
+3 -3
pkgs
development
python-modules
sarif-tools
+3 -3
pkgs/development/python-modules/sarif-tools/default.nix
···
buildPythonPackage rec {
pname = "sarif-tools";
-
version = "3.0.4";
+
version = "3.0.5";
pyproject = true;
src = fetchFromGitHub {
owner = "microsoft";
repo = "sarif-tools";
tag = "v${version}";
-
hash = "sha256-Kb7kEntEdLOuIgBqeEolXirG8E1orzRz0vv8XK2oO3Y=";
+
hash = "sha256-Dt8VcYIIpujRp2sOlK2JPGzy5cYZDXdXgnvT/+h3DuU=";
};
disabled = pythonOlder "3.8";
···
meta = {
description = "Set of command line tools and Python library for working with SARIF files";
homepage = "https://github.com/microsoft/sarif-tools";
-
changelog = "https://github.com/microsoft/sarif-tools/releases/tag/v${version}";
+
changelog = "https://github.com/microsoft/sarif-tools/releases/tag/${src.tag}";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ puzzlewolf ];
mainProgram = "sarif";