macdylibbundler 1.0.4 -> 1.0.5 https://repology.org/project/macdylibbundler/versions attrpath: macdylibbundler Checking auto update branch... No auto update branch exists [version] [version] updated version and sha256 [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript Diff after rewrites: diff --git a/pkgs/development/tools/misc/macdylibbundler/default.nix b/pkgs/development/tools/misc/macdylibbundler/default.nix index 504b79c50048..fabc2054241e 100644 --- a/pkgs/development/tools/misc/macdylibbundler/default.nix +++ b/pkgs/development/tools/misc/macdylibbundler/default.nix @@ -2,13 +2,13 @@ stdenv.mkDerivation rec { pname = "macdylibbundler"; - version = "1.0.4"; + version = "1.0.5"; src = fetchFromGitHub { owner = "auriamg"; repo = "macdylibbundler"; rev = version; - sha256 = "0j4ij48jf5izgymzxxaakf6vc50w9q0761yir6nfj1n6qlnrlidf"; + sha256 = "sha256-bVNrgJlEHeF7XwOwg8DlOvSzn6m6dw9us8CSOJr/Ivc="; }; nativeBuildInputs = [ makeWrapper ]; Received ExitFailure 1 when running Raw command: /nix/store/03a4f9rij2z4mmwprlbip3mrnnfaw0yd-nix-2.18.2/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A macdylibbundler Received ExitFailure 1 when running Raw command: /nix/store/03a4f9rij2z4mmwprlbip3mrnnfaw0yd-nix-2.18.2/bin/nix --extra-experimental-features nix-command log -f . macdylibbundler Standard output: error: … while calling the 'derivationStrict' builtin at /builtin/derivation.nix:9:12: (source not available) … while evaluating derivation 'macdylibbundler-1.0.5' whose name attribute is located at /var/cache/nixpkgs-update/worker/worktree/macdylibbundler/pkgs/stdenv/generic/make-derivation.nix:331:7 … while evaluating attribute 'postInstall' of derivation 'macdylibbundler-1.0.5' at /var/cache/nixpkgs-update/worker/worktree/macdylibbundler/pkgs/development/tools/misc/macdylibbundler/default.nix:18:3: 17| 18| postInstall = '' | ^ 19| wrapProgram $out/bin/dylibbundler \ (stack trace truncated; use '--show-trace' to show the full trace) error: Package ‘cctools-port-973.0.1’ in /var/cache/nixpkgs-update/worker/worktree/macdylibbundler/pkgs/os-specific/darwin/cctools/port.nix:188 is marked as broken, refusing to evaluate. a) To temporarily allow broken packages, you can use an environment variable for a single invocation of the nix tools. $ export NIXPKGS_ALLOW_BROKEN=1 Note: When using `nix shell`, `nix build`, `nix develop`, etc with a flake, then pass `--impure` in order to allow use of environment variables. b) For `nixos-rebuild` you can set { nixpkgs.config.allowBroken = true; } in configuration.nix to override this. c) For `nix-env`, `nix-build`, `nix-shell` or any other Nix command you can add { allowBroken = true; } to ~/.config/nixpkgs/config.nix.