Skip to content

Commit c0f3863

Browse files
authored
nufmt: 0-unstable-2024-10-15 -> 0-unstable-2024-10-20 (#350498)
2 parents dc2709d + 41d4f04 commit c0f3863

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pkgs/by-name/nu/nufmt/package.nix

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@
1010
}:
1111
rustPlatform.buildRustPackage rec {
1212
pname = "nufmt";
13-
version = "0-unstable-2024-10-15";
13+
version = "0-unstable-2024-10-20";
1414

1515
src = fetchFromGitHub {
1616
owner = "nushell";
1717
repo = "nufmt";
18-
rev = "37b473be178fd752b5bf421f8b20f48209e9c2ec";
19-
hash = "sha256-BrVWw6oklG70UomKDv5IBvoFIjtpajHKV37fh4fnK3E=";
18+
rev = "decc88ef8e11a14081c2dd86c6ea0c94d6d2861d";
19+
hash = "sha256-AurQGIZDYOkMMyAEXP01QziISQcSME3GFtvqjCDoeiw=";
2020
};
2121

2222
buildInputs = lib.optionals stdenv.hostPlatform.isDarwin (
@@ -28,7 +28,7 @@ rustPlatform.buildRustPackage rec {
2828

2929
env.LIBCLANG_PATH = lib.optionalString stdenv.cc.isClang "${llvmPackages.libclang.lib}/lib";
3030

31-
cargoHash = "sha256-eKQJanQ9ax5thc2DuO0yIgovor+i5Soylw58I2Y5cHw=";
31+
cargoHash = "sha256-5DS6pTYGOQ4qay6+YiUstInRX17n3RViNxKXtFZ6J3k=";
3232

3333
passthru.updateScript = nix-update-script { extraArgs = [ "--version=branch" ]; };
3434

0 commit comments

Comments
 (0)