just 0 -> 1 attrpath: just Checking auto update branch... [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] skipping because derivation has updateScript [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: - just-1.26.0 Press Enter key to continue... Running update for: - just-1.26.0: UPDATING ... - just-1.26.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/by-name/ju/just/package.nix b/pkgs/by-name/ju/just/package.nix index d635d1271a2e..8801ae721038 100644 --- a/pkgs/by-name/ju/just/package.nix +++ b/pkgs/by-name/ju/just/package.nix @@ -11,17 +11,17 @@ rustPlatform.buildRustPackage rec { pname = "just"; - version = "1.26.0"; + version = "1.28.0"; outputs = [ "out" "man" "doc" ]; src = fetchFromGitHub { owner = "casey"; repo = pname; rev = "refs/tags/${version}"; - hash = "sha256-jPVvKxTHTOFkjpTsnjy9/IxQtHLgv1fInKA6knKUmu8="; + hash = "sha256-GdDpFY9xdjA60zr+i5O9wBWF682tvi4N/pxEob5tYoA="; }; - cargoHash = "sha256-ssZ5JxOd0XVs4hsvnSz1IvtKE7ftEKX3nN2B8SsMesw="; + cargoHash = "sha256-Cvl4EY57TanJK1XGVahPHGtuEAIR44qwGEPDkXfgw5I="; nativeBuildInputs = [ installShellFiles mdbook ]; buildInputs = lib.optionals stdenv.isDarwin [ libiconv ]; 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 just nix build failed. Bad status: Diff < left / right > : Some( < 1, > 0, ) Bad stdout: Diff < left / right > : <"" >"foofoofoofoo" Bad stderr: Diff < left / right > : <"error: Backtick could not be run because just could not find the shell:\nNo such file or directory (os error 2)\n ——▶ justfile:3:9\n │\n3 │ foos := `print('foo' * 4)`\n │ ^^^^^^^^^^^^^^^^^^\n" >"" thread 'backticks::trailing_newlines_are_stripped' panicked at tests/backticks.rs:16:6: Output mismatch. note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace ---- completions::bash stdout ---- thread 'completions::bash' panicked at tests/completions.rs:24:6: called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message: "No such file or directory" } failures: backticks::trailing_newlines_are_stripped completions::bash test result: FAILED. 708 passed; 2 failed; 7 ignored; 0 measured; 10 filtered out; finished in 0.45s error: test failed, to rerun pass `--test integration`