File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1010} :
1111rustPlatform . 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
You can’t perform that action at this time.
0 commit comments