2022-12-23T19:30:31 certipy 2.0.9 -> 4.0.0 https://github.com/ly4k/Certipy/releases 2022-12-23T19:30:34 attrpath: certipy 2022-12-23T19:30:34 Checking auto update branch... 2022-12-23T19:30:37 [version] 2022-12-23T19:30:37 [version] skipping because derivation has updateScript 2022-12-23T19:30:37 [rustCrateVersion] 2022-12-23T19:30:37 [rustCrateVersion] No cargoSha256 found 2022-12-23T19:30:37 [golangModuleVersion] 2022-12-23T19:30:37 [golangModuleVersion] Not a buildGoModule package with vendorSha256 2022-12-23T19:30:37 [updateScript] 2022-12-23T19:30:39 [updateScript] Success 2022-12-23T19:30:39 [updateScript] this derivation will be built: /nix/store/hr34qqiz0mh3xhdk2cjr20j3r54ficgx-packages.json.drv building '/nix/store/hr34qqiz0mh3xhdk2cjr20j3r54ficgx-packages.json.drv'... Going to be running update for following packages: - certipy-2.0.9 Press Enter key to continue... Running update for: - certipy-2.0.9: UPDATING ... - certipy-2.0.9: DONE. Packages updated! 2022-12-23T19:30:39 2022-12-23T19:30:39 [quotedUrls] 2022-12-23T19:30:39 [quotedUrls] nothing found to replace 2022-12-23T19:30:39 Diff after rewrites: diff --git a/pkgs/tools/security/certipy/default.nix b/pkgs/tools/security/certipy/default.nix index 8bf3e6983b6..4a5ce5ba1fa 100644 --- a/pkgs/tools/security/certipy/default.nix +++ b/pkgs/tools/security/certipy/default.nix @@ -5,13 +5,13 @@ python3.pkgs.buildPythonApplication rec { pname = "certipy"; - version = "2.0.9"; + version = "4.0.0"; src = fetchFromGitHub { owner = "ly4k"; repo = "Certipy"; - rev = version; - hash = "sha256-84nGRKZ0UlMDAZ1Wo5Hgy9XSAyEh0Tio9+3OZVFZG5k="; + rev = "refs/tags/${version}"; + hash = "sha256-ATMGbkOxSO9B7Js9JxAtBaJHZNsROlYQqZyUAQA9R1I="; }; propagatedBuildInputs = with python3.pkgs; [ 2022-12-23T19:32:05 No auto update branch exists 2022-12-23T19:32:09 Received ExitFailure 100 when running Raw command: /nix/store/6fr58pqy02hmgw1h7b9nqmv7vlp3v346-nix-2.3.15/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A certipy nix build failed. adding 'certipy/lib/rpc.py' adding 'certipy/lib/security.py' adding 'certipy/lib/structs.py' adding 'certipy/lib/target.py' adding 'certipy/lib/sspi/__init__ copy.py' adding 'certipy/lib/sspi/__init__.py' adding 'certipy/lib/sspi/encryption.py' adding 'certipy/lib/sspi/kerberos.py' adding 'certipy/lib/sspi/netsecapi.py' adding 'certipy/lib/sspi/structs.py' adding 'Certipy-4.0.0.dist-info/LICENSE' adding 'Certipy-4.0.0.dist-info/METADATA' adding 'Certipy-4.0.0.dist-info/WHEEL' adding 'Certipy-4.0.0.dist-info/entry_points.txt' adding 'Certipy-4.0.0.dist-info/top_level.txt' adding 'Certipy-4.0.0.dist-info/RECORD' removing build/bdist.linux-x86_64/wheel Finished executing setuptoolsBuildPhase @nix { "action": "setPhase", "phase": "installPhase" } installing Executing pipInstallPhase /build/source/dist /build/source Processing ./Certipy-4.0.0-py3-none-any.whl Requirement already satisfied: cryptography>=37.0 in /nix/store/ifbi2i5kmkbwac52f82r0kac6v6nqxi1-python3.10-cryptography-38.0.4/lib/python3.10/site-packages (from Certipy==4.0.0) (38.0.4) Requirement already satisfied: dsinternals in /nix/store/rxyb3f0b36bxjpan6n5k7nmz7ag1b8ab-python3.10-dsinternals-1.2.4/lib/python3.10/site-packages (from Certipy==4.0.0) (1.2.4) Requirement already satisfied: pyopenssl>=22.0.0 in /nix/store/vmm4c9xrb4rf3wwpnl3ki6pirbj11vvy-python3.10-pyopenssl-22.1.0/lib/python3.10/site-packages (from Certipy==4.0.0) (22.1.0) Requirement already satisfied: ldap3 in /nix/store/vj6j0b4wxa958lygw67sag0m5injzns5-python3.10-ldap3-2.9.1/lib/python3.10/site-packages (from Certipy==4.0.0) (2.9.1) ERROR: Could not find a version that satisfies the requirement requests-ntlm (from certipy) (from versions: none) ERROR: No matching distribution found for requests-ntlm