File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1111
1212rustPlatform . buildRustPackage rec {
1313 pname = "dprint" ;
14- version = "0.47.6 " ;
14+ version = "0.48.0 " ;
1515
1616 # Prefer repository rather than crate here
1717 # - They have Cargo.lock in the repository
@@ -20,10 +20,10 @@ rustPlatform.buildRustPackage rec {
2020 owner = "dprint" ;
2121 repo = "dprint" ;
2222 rev = "refs/tags/${ version } " ;
23- hash = "sha256-zyiBFZbetKx0H47MAU4JGauAmthcuEdJMl93M6MobD8 =" ;
23+ hash = "sha256-Zem37oHku90c7PDV8ep/7FN128eGRUvfIvRsaXa7X9g =" ;
2424 } ;
2525
26- cargoHash = "sha256-XuzxoJgJJl4Blw1lDnCG3faEqL9U40MhZEb9LYjiaSs =" ;
26+ cargoHash = "sha256-vlG+0cQMUev8iEgut9l1bCDpS85bRWsNWZyJJXcgSlw =" ;
2727
2828 nativeBuildInputs = lib . optionals ( stdenv . buildPlatform . canExecute stdenv . hostPlatform ) [
2929 installShellFiles
You can’t perform that action at this time.
0 commit comments