nufmt: 0-unstable-2025-05-23 -> 0-unstable-2025-06-19 (#420447)

authored by Austin Horstman and committed by GitHub 89ec8219 3fd29d9d

+4 -4
+4 -4
pkgs/by-name/nu/nufmt/package.nix
··· 7 }: 8 rustPlatform.buildRustPackage { 9 pname = "nufmt"; 10 - version = "0-unstable-2025-05-23"; 11 12 src = fetchFromGitHub { 13 owner = "nushell"; 14 repo = "nufmt"; 15 - rev = "62fd38af2f6536bb19ecc78a4dd0f0e1245c0939"; 16 - hash = "sha256-JG8XCXEdjVERQ9f6ZsYCLXVGN85qPWCQhS2svJYW390="; 17 }; 18 19 nativeBuildInputs = [ ··· 23 useFetchCargoVendor = true; 24 cargoHash = "sha256-KDXC2/1GcJL6qH+L/FzzQCA7kJigtKOfxVDLv5qXYao="; 25 26 - # NOTE: Patch follows similar intention upstream https://github.com/nushell/nufmt/commit/62fd38af2f6536bb19ecc78a4dd0f0e1245c0939 27 postPatch = '' 28 substituteInPlace tests/main.rs --replace-fail \ 29 'const TEST_BINARY: &str = "target/debug/nufmt";' \
··· 7 }: 8 rustPlatform.buildRustPackage { 9 pname = "nufmt"; 10 + version = "0-unstable-2025-06-19"; 11 12 src = fetchFromGitHub { 13 owner = "nushell"; 14 repo = "nufmt"; 15 + rev = "35962223fbd4c1a924b4ccfb8c7ad81fe2863b86"; 16 + hash = "sha256-2WgqKQBZRMqUyWq0qm+d8TUT/iAQ1LZjhllBKqimp+Q="; 17 }; 18 19 nativeBuildInputs = [ ··· 23 useFetchCargoVendor = true; 24 cargoHash = "sha256-KDXC2/1GcJL6qH+L/FzzQCA7kJigtKOfxVDLv5qXYao="; 25 26 + # NOTE: Patch follows similar intention upstream https://github.com/nushell/nufmt/commit/35962223fbd4c1a924b4ccfb8c7ad81fe2863b86 27 postPatch = '' 28 substituteInPlace tests/main.rs --replace-fail \ 29 'const TEST_BINARY: &str = "target/debug/nufmt";' \