rocmPackages.rocsolver 0 -> 1 attrpath: rocmPackages.rocsolver 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 [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] these 2 derivations will be built: /nix/store/yqg55rqr3b42m0kpamv7wqq1kxcsqzi7-update.sh.drv /nix/store/winkr4f5sv9z59simbg0yrzfxv75h561-packages.json.drv building '/nix/store/yqg55rqr3b42m0kpamv7wqq1kxcsqzi7-update.sh.drv'... building '/nix/store/winkr4f5sv9z59simbg0yrzfxv75h561-packages.json.drv'... Going to be running update for following packages: - rocsolver-6.0.2 Press Enter key to continue... Running update for: - rocsolver-6.0.2: UPDATING ... - rocsolver-6.0.2: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/rocm-modules/6/rocsolver/default.nix b/pkgs/development/rocm-modules/6/rocsolver/default.nix index 42334d396b04..7d0ad50fe7ff 100644 --- a/pkgs/development/rocm-modules/6/rocsolver/default.nix +++ b/pkgs/development/rocm-modules/6/rocsolver/default.nix @@ -18,7 +18,7 @@ stdenv.mkDerivation (finalAttrs: { pname = "rocsolver"; - version = "6.0.2"; + version = "6.1.0"; outputs = [ "out" @@ -32,7 +32,7 @@ stdenv.mkDerivation (finalAttrs: { owner = "ROCm"; repo = "rocSOLVER"; rev = "rocm-${finalAttrs.version}"; - hash = "sha256-tglQpwCSFABRuEDiJrzQVFIdx9p85E2MiUYN0aoTAXo="; + hash = "sha256-5hf0Chy3U48tEZ+fUB/A0hygtfNM+7MBNavBZ3KaQ8A="; }; nativeBuildInputs = [ No auto update branch exists Received ExitFailure 1 when running Raw command: /nix/store/v7gdmdc9yhx3ngh840xx5kr46840s73b-nix-2.18.2/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A rocmPackages.rocsolver Received ExitFailure 1 when running Raw command: /nix/store/v7gdmdc9yhx3ngh840xx5kr46840s73b-nix-2.18.2/bin/nix --extra-experimental-features nix-command log -f . rocmPackages.rocsolver Standard output: error: … in the condition of the assert statement at /var/cache/nixpkgs-update/worker/worktree/rocmPackages.rocsolver/lib/customisation.nix:365:17: 364| in commonAttrs // { 365| drvPath = assert condition; drv.drvPath; | ^ 366| outPath = assert condition; drv.outPath; … while evaluating the attribute 'handled' at /var/cache/nixpkgs-update/worker/worktree/rocmPackages.rocsolver/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 ‘rocsolver-6.1.0’ in /var/cache/nixpkgs-update/worker/worktree/rocmPackages.rocsolver/pkgs/development/rocm-modules/6/rocsolver/default.nix:91 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.