rocm-opencl-icd 0 -> 1 attrpath: rocm-opencl-icd 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] Going to be running update for following packages: - clr-6.0.2 Press Enter key to continue... Running update for: - clr-6.0.2: UPDATING ... - clr-6.0.2: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/rocm-modules/6/clr/default.nix b/pkgs/development/rocm-modules/6/clr/default.nix index c5a3f641ff41..8f25f392fff3 100644 --- a/pkgs/development/rocm-modules/6/clr/default.nix +++ b/pkgs/development/rocm-modules/6/clr/default.nix @@ -47,7 +47,7 @@ let }); in stdenv.mkDerivation (finalAttrs: { pname = "clr"; - version = "6.0.2"; + version = "6.1.0"; outputs = [ "out" @@ -58,7 +58,7 @@ in stdenv.mkDerivation (finalAttrs: { owner = "ROCm"; repo = "clr"; rev = "rocm-${finalAttrs.version}"; - hash = "sha256-ZMpA7vCW2CcpGdBLZfPimMHcgjhN1PHuewJiYwZMgGY="; + hash = "sha256-aHeeMz4m94BTePhqDGkzIIN00kbd011H93dqTZqikU4="; }; nativeBuildInputs = [ No auto update branch exists 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 rocm-opencl-icd Received ExitFailure 1 when running Raw command: /nix/store/03a4f9rij2z4mmwprlbip3mrnnfaw0yd-nix-2.18.2/bin/nix --extra-experimental-features nix-command log -f . rocm-opencl-icd Standard output: error: … in the condition of the assert statement at /var/cache/nixpkgs-update/worker/worktree/rocm-opencl-icd/lib/customisation.nix:351:23: 350| outputSpecified = true; 351| drvPath = assert condition; drv.${outputName}.drvPath; | ^ 352| outPath = assert condition; drv.${outputName}.outPath; … while evaluating the attribute 'handled' at /var/cache/nixpkgs-update/worker/worktree/rocm-opencl-icd/pkgs/stdenv/generic/check-meta.nix:507:7: 506| # or, alternatively, just output a warning message. 507| handled = | ^ 508| ( (stack trace truncated; use '--show-trace' to show the full trace) error: Package ‘clr-6.1.0’ in /var/cache/nixpkgs-update/worker/worktree/rocm-opencl-icd/pkgs/development/rocm-modules/6/clr/default.nix:193 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.