python310Packages.lsassy 0 -> 1 attrpath: python310Packages.lsassy 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/wsw13h4xc9vxd42x3yd0i7xwa1sp757b-packages.json.drv building '/nix/store/wsw13h4xc9vxd42x3yd0i7xwa1sp757b-packages.json.drv'... Going to be running update for following packages: - python3.10-lsassy-3.1.6 Press Enter key to continue... Running update for: - python3.10-lsassy-3.1.6: UPDATING ... - python3.10-lsassy-3.1.6: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/python-modules/lsassy/default.nix b/pkgs/development/python-modules/lsassy/default.nix index ab422f709da..b6b055c2306 100644 --- a/pkgs/development/python-modules/lsassy/default.nix +++ b/pkgs/development/python-modules/lsassy/default.nix @@ -10,7 +10,7 @@ buildPythonPackage rec { pname = "lsassy"; - version = "3.1.6"; + version = "3.1.7"; format = "setuptools"; disabled = pythonOlder "3.7"; @@ -19,7 +19,7 @@ buildPythonPackage rec { owner = "Hackndo"; repo = pname; rev = "refs/tags/v${version}"; - hash = "sha256-Rdgz9hU2un1CKX2dRI8tVzL2lG7Ufd5HwninOxOsxjM="; + hash = "sha256-q9zaKccgqj8haP7zQGS0rplfLylsPXggjzhN6VWV4/A="; }; propagatedBuildInputs = [ No auto update branch exists Old version 3.1.6" not present in master derivation file with contents: { lib , buildPythonPackage , fetchFromGitHub , impacket , netaddr , pythonOlder , pypykatz , rich }: buildPythonPackage rec { pname = "lsassy"; version = "3.1.7"; format = "setuptools"; disabled = pythonOlder "3.7"; src = fetchFromGitHub { owner = "Hackndo"; repo = pname; rev = "refs/tags/v${version}"; hash = "sha256-q9zaKccgqj8haP7zQGS0rplfLylsPXggjzhN6VWV4/A="; }; propagatedBuildInputs = [ impacket netaddr pypykatz rich ]; # Tests require an active domain controller doCheck = false; pythonImportsCheck = [ "lsassy" ]; meta = with lib; { description = "Python module to extract data from Local Security Authority Subsystem Service (LSASS)"; homepage = "https://github.com/Hackndo/lsassy"; changelog = "https://github.com/Hackndo/lsassy/releases/tag/v${version}"; license = with licenses; [ mit ]; maintainers = with maintainers; [ fab ]; }; }