nufmt: 0-unstable-2026-05-24 -> 0-unstable-2026-07-05

This commit is contained in:
R. Ryantm
2026-07-07 14:24:51 +00:00
parent 1350febcfa
commit a74e04df9f
+4 -4
View File
@@ -7,13 +7,13 @@
}:
rustPlatform.buildRustPackage {
pname = "nufmt";
version = "0-unstable-2026-05-24";
version = "0-unstable-2026-07-05";
src = fetchFromGitHub {
owner = "nushell";
repo = "nufmt";
rev = "a24c2b1bc7f573b1a8b2c4a453e989407a4d29c8";
hash = "sha256-3AOxUXDd6LDgBqKPnHG+3K2qfcFGzIsPW3pqnt+oNs8=";
rev = "de410853fc4d0f04e101a2573ebba8c15978ea33";
hash = "sha256-tNdoHiSZRi0PMUtlHqD5vjjPNDzNyZ73QnCOw8rmEPs=";
};
nativeBuildInputs = [
@@ -22,7 +22,7 @@ rustPlatform.buildRustPackage {
cargoHash = "sha256-MLfhuFjYv2Vi3BGJFzbmi+xhhm6M0a4oOe7wpHtfObc=";
# NOTE: Patch follows similar intention upstream https://github.com/nushell/nufmt/commit/a24c2b1bc7f573b1a8b2c4a453e989407a4d29c8
# NOTE: Patch follows similar intention upstream https://github.com/nushell/nufmt/commit/de410853fc4d0f04e101a2573ebba8c15978ea33
postPatch = ''
substituteInPlace tests/ground_truth.rs --replace-fail \
' let path = PathBuf::from(target_dir).join("debug").join(exe_name);' \