sublime4-dev 0 -> 1 attrpath: sublime4-dev 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] these 2 derivations will be built: /nix/store/xhkniqdj0x79pnhqxddzhd67l4dqkiii-sublime4-dev-update-script.drv /nix/store/5ys3dzkcrzvfs1s4nc1qwy1z4qj1mhvg-packages.json.drv building '/nix/store/xhkniqdj0x79pnhqxddzhd67l4dqkiii-sublime4-dev-update-script.drv'... building '/nix/store/5ys3dzkcrzvfs1s4nc1qwy1z4qj1mhvg-packages.json.drv'... Going to be running update for following packages: - sublimetext4-4155 Press Enter key to continue... Running update for: - sublimetext4-4155: UPDATING ... - sublimetext4-4155: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/applications/editors/sublime/4/packages.nix b/pkgs/applications/editors/sublime/4/packages.nix index ac64c8eac9bc..de60019b2312 100644 --- a/pkgs/applications/editors/sublime/4/packages.nix +++ b/pkgs/applications/editors/sublime/4/packages.nix @@ -11,9 +11,9 @@ in } {}; sublime4-dev = common { - buildVersion = "4155"; + buildVersion = "4156"; dev = true; - x64sha256 = "owcux1/CjXQsJ8/6ex3CWV1/Wvh/ofZFH7yNQtxl9d4="; - aarch64sha256 = "YAcdpBDmaajQPvyp8ypJNom+XOKx2YKA2uylfxlKuZY="; + x64sha256 = "ZGQS/gEkeuqxhcck3Khx+L3HTkhI3sa+fX0qmdZLNR0="; + aarch64sha256 = "H4EGDChRCa94gdPjxn6I+QP1yTr7kqpbgZAutGc6JG4="; } {}; } No auto update branch exists Received ExitFailure 1 when running Raw command: /nix/store/3nqhcyc7vid1npgcd0m7arg5sn325nhz-nix-2.12.0/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A sublime4-dev Received ExitFailure 1 when running Raw command: /nix/store/3nqhcyc7vid1npgcd0m7arg5sn325nhz-nix-2.12.0/bin/nix --extra-experimental-features nix-command log -f . sublime4-dev Standard output: error: Package ‘sublimetext4-4156’ in /var/cache/nixpkgs-update/worker/worktree/sublime4-dev/pkgs/applications/editors/sublime/4/common.nix:168 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: For `nix shell`, `nix build`, `nix develop` or any other Nix 2.4+ (Flake) command, `--impure` must be passed in order to read this environment variable. 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) [ "sublimetext4" ]; } c) For `nix-env`, `nix-build`, `nix-shell` or any other Nix command you can add { allowUnfree = true; } to ~/.config/nixpkgs/config.nix. (use '--show-trace' to show detailed location information)