segger-jlink 0 -> 1 attrpath: segger-jlink 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] this derivation will be built: /nix/store/zwc8h8qj0jl8z4friadv0y3m3sfzvdas-packages.json.drv building '/nix/store/zwc8h8qj0jl8z4friadv0y3m3sfzvdas-packages.json.drv'... Going to be running update for following packages: - segger-jlink-796s Press Enter key to continue... Running update for: - segger-jlink-796s: UPDATING ... - segger-jlink-796s: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/by-name/se/segger-jlink/source.nix b/pkgs/by-name/se/segger-jlink/source.nix index 0a932eb38813..bee94bf29eeb 100644 --- a/pkgs/by-name/se/segger-jlink/source.nix +++ b/pkgs/by-name/se/segger-jlink/source.nix @@ -1,19 +1,19 @@ { - version = "796s"; + version = "798f"; x86_64-linux = { name = "x86_64"; - hash = "sha256-fAuBeKrkz/b7rT4939/489nTAhS7XfK0nU6cjQmAom8="; + hash = "sha256-77/6ltj/kf71JqdQyss/crQSQ8NMuSccGvzMhm5UhOU="; }; i686-linux = { name = "i386"; - hash = "sha256-OhNYEeaRl1kp16TmsPXrXwx+CZoqcA/qbMwUKZeONfI="; + hash = "sha256-ccBzwtmDPrNwpSefsEcYHRdQk6m1x409iQkuV2QrH+M="; }; aarch64-linux = { name = "arm64"; - hash = "sha256-1OnvTNUF590xgUg/j1dPzMO15XEZuT5vl+uE6o4s5mE="; + hash = "sha256-t8S8BeFVxvJ3cf6oASpQVdr6wLkncUkNXpc7W61zwJ4="; }; armv7l-linux = { name = "arm"; - hash = "sha256-ynXD7ykuKBLsoiJc+mBTnkXsreeclDvxR5M9ZsrQDxw="; + hash = "sha256-kiWxBIJpoTudOdC8Tor/JsrMBzguBGr7VY97KM9oR28="; }; } No auto update branch exists Received ExitFailure 1 when running Raw command: /nix/store/r992f8xgxqsbizyp409hcmpzf72m6j59-nix-2.18.5/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A segger-jlink Received ExitFailure 1 when running Raw command: /nix/store/r992f8xgxqsbizyp409hcmpzf72m6j59-nix-2.18.5/bin/nix --extra-experimental-features nix-command log -f . segger-jlink Standard output: error: … in the condition of the assert statement at /var/cache/nixpkgs-update/worker/worktree/segger-jlink/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/segger-jlink/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 ‘segger-jlink-798f’ in /var/cache/nixpkgs-update/worker/worktree/segger-jlink/pkgs/by-name/se/segger-jlink/package.nix:152 has an unfree license (‘unfree’), refusing to evaluate. a) To temporarily allow unfree packages, you can use an environment variable for a single invocation of the nix tools. $ export NIXPKGS_ALLOW_UNFREE=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.allowUnfree = true; } in configuration.nix to override this. Alternatively you can configure a predicate to allow specific packages: { nixpkgs.config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [ "segger-jlink" ]; } c) For `nix-env`, `nix-build`, `nix-shell` or any other Nix command you can add { allowUnfree = true; } to ~/.config/nixpkgs/config.nix.