Skip to content

Commit 64b6255

Browse files
dprint: 0.47.6 -> 0.48.0 (#368713)
2 parents c0b0a55 + 97791d6 commit 64b6255

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/dp/dprint/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
rustPlatform.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

0 commit comments

Comments
 (0)