python311Packages.frida-python 0 -> 1 attrpath: python311Packages.frida-python Checking auto update branch... [version] [version] generic version rewriter does not support multiple hashes [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/f0y0bklxpnpf7qaazjjfn4f991i1aaf3-packages.json.drv building '/nix/store/f0y0bklxpnpf7qaazjjfn4f991i1aaf3-packages.json.drv'... Going to be running update for following packages: - python3.11-frida-python-16.0.19 Press Enter key to continue... Running update for: - python3.11-frida-python-16.0.19: UPDATING ... - python3.11-frida-python-16.0.19: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/frida-python/default.nix b/pkgs/development/python-modules/frida-python/default.nix index 144d88cc80b8..be365f44734d 100644 --- a/pkgs/development/python-modules/frida-python/default.nix +++ b/pkgs/development/python-modules/frida-python/default.nix @@ -1,6 +1,6 @@ { lib, stdenv, fetchurl, fetchPypi, buildPythonPackage, typing-extensions }: let - version = "16.0.19"; + version = "16.2.1"; format = "setuptools"; devkit = fetchurl { url = "https://github.com/frida/frida/releases/download/${version}/frida-core-devkit-${version}-linux-x86_64.tar.xz"; @@ -13,7 +13,7 @@ in buildPythonPackage rec { src = fetchPypi { pname = "frida"; inherit version; - hash = "sha256-rikIjjn9wA8VL/St/2JJTcueimn+q/URbt9lw/+nalY="; + hash = "sha256-ZKARgl6iGl7T49dYnwTB3sRz4aCDvrTFeJXd3zLKp8k="; }; postPatch = '' No auto update branch exists Received ExitFailure 1 when running Raw command: /nix/store/cydbsmqkxk30didm1rlz8ffk5wfa9gva-nix-2.18.2/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A python311Packages.frida-python Received ExitFailure 1 when running Raw command: /nix/store/cydbsmqkxk30didm1rlz8ffk5wfa9gva-nix-2.18.2/bin/nix --extra-experimental-features nix-command log -f . python311Packages.frida-python Standard output: error: build log of 'python311Packages.frida-python' is not available