python312Packages.dploot 2.2.5 -> 2.6.1 https://github.com/zblurx/dploot/releases attrpath: python312Packages.dploot 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 [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/vgk9vid5qm015yjpc8hdlx6f0c6pr1w8-packages.json.drv building '/nix/store/vgk9vid5qm015yjpc8hdlx6f0c6pr1w8-packages.json.drv'... Going to be running update for following packages: - python3.12-dploot-2.2.5 Press Enter key to continue... Running update for: - python3.12-dploot-2.2.5: UPDATING ... - python3.12-dploot-2.2.5: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/dploot/default.nix b/pkgs/development/python-modules/dploot/default.nix index fc60abddc69f..cb49894ad7cf 100644 --- a/pkgs/development/python-modules/dploot/default.nix +++ b/pkgs/development/python-modules/dploot/default.nix @@ -11,12 +11,12 @@ buildPythonPackage rec { pname = "dploot"; - version = "2.2.5"; + version = "2.6.1"; pyproject = true; src = fetchPypi { inherit pname version; - hash = "sha256-SINtHw9q1cNqwtvSpPQUgYj6PzEqKXV0WXuKiPvkFQU="; + hash = "sha256-ESwazEirYnIZ+Dkb0xUEn1GGLhz9sMe/0bgpalHHtQM="; }; pythonRelaxDeps = true; An auto update branch exists with message `python312Packages.dploot: 2.2.5 -> 2.6.0`. New version is 2.6.1. The auto update branch does not match or exceed the new version. Old version 2.2.5" not present in staging derivation file with contents: { lib , buildPythonPackage , poetry-core , pythonRelaxDepsHook , fetchPypi , impacket , cryptography , pyasn1 , lxml }: buildPythonPackage rec { pname = "dploot"; version = "2.6.0"; pyproject = true; src = fetchPypi { inherit pname version; hash = "sha256-3PxPlN3jZglGFg6rHD1GIl+kUpUe/Fp1Zqcd/OEthLE="; }; pythonRelaxDeps = true; nativeBuildInputs = [ poetry-core pythonRelaxDepsHook ]; propagatedBuildInputs = [ impacket cryptography pyasn1 lxml ]; pythonImportsCheck = [ "dploot" ]; # No tests doCheck = false; meta = { homepage = "https://github.com/zblurx/dploot"; description = "DPAPI looting remotely in Python"; changelog = "https://github.com/zblurx/dploot/releases/tag/${version}"; license = lib.licenses.mit; maintainers = with lib.maintainers; [ vncsb ]; }; }