python310Packages.pysigma-pipeline-sysmon 0 -> 1 attrpath: python310Packages.pysigma-pipeline-sysmon Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/7dadbiirxicbblzn2qb5crcvdnlgn18j-packages.json.drv building '/nix/store/7dadbiirxicbblzn2qb5crcvdnlgn18j-packages.json.drv'... Going to be running update for following packages: - python3.10-pysigma-pipeline-sysmon-1.0.1 Press Enter key to continue... Running update for: - python3.10-pysigma-pipeline-sysmon-1.0.1: UPDATING ... - python3.10-pysigma-pipeline-sysmon-1.0.1: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/python-modules/pysigma-pipeline-sysmon/default.nix b/pkgs/development/python-modules/pysigma-pipeline-sysmon/default.nix index 274236cb395..ccb8e6245e3 100644 --- a/pkgs/development/python-modules/pysigma-pipeline-sysmon/default.nix +++ b/pkgs/development/python-modules/pysigma-pipeline-sysmon/default.nix @@ -9,7 +9,7 @@ buildPythonPackage rec { pname = "pysigma-pipeline-sysmon"; - version = "1.0.1"; + version = "1.0.2"; format = "pyproject"; disabled = pythonOlder "3.8"; @@ -18,7 +18,7 @@ buildPythonPackage rec { owner = "SigmaHQ"; repo = "pySigma-pipeline-sysmon"; rev = "refs/tags/v${version}"; - hash = "sha256-aRgnjqSrzmzDCICRiozTGkFmWuCzBpo8k9/YLcylg3w="; + hash = "sha256-W3Osv0RApm6sCVdsLXUB79H3g62yUID4dtBi5Ywk5NY="; }; nativeBuildInputs = [ No auto update branch exists Old version 1.0.1" not present in staging derivation file with contents: { lib , buildPythonPackage , fetchFromGitHub , poetry-core , pysigma , pytestCheckHook , pythonOlder }: buildPythonPackage rec { pname = "pysigma-pipeline-sysmon"; version = "1.0.2"; format = "pyproject"; disabled = pythonOlder "3.8"; src = fetchFromGitHub { owner = "SigmaHQ"; repo = "pySigma-pipeline-sysmon"; rev = "refs/tags/v${version}"; hash = "sha256-W3Osv0RApm6sCVdsLXUB79H3g62yUID4dtBi5Ywk5NY="; }; nativeBuildInputs = [ poetry-core ]; propagatedBuildInputs = [ pysigma ]; nativeCheckInputs = [ pytestCheckHook ]; pythonImportsCheck = [ "sigma.pipelines.sysmon" ]; meta = with lib; { description = "Library to support Sysmon pipeline for pySigma"; homepage = "https://github.com/SigmaHQ/pySigma-pipeline-sysmon"; license = with licenses; [ lgpl21Only ]; maintainers = with maintainers; [ fab ]; }; }