Skip to content

Commit 9aebe67

Browse files
cargo-sort: 2.0.2 -> 2.1.0 (#496609)
2 parents 834a4d7 + 38203d9 commit 9aebe67

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/ca/cargo-sort/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,16 @@
66

77
rustPlatform.buildRustPackage (finalAttrs: {
88
pname = "cargo-sort";
9-
version = "2.0.2";
9+
version = "2.1.0";
1010

1111
src = fetchFromGitHub {
1212
owner = "devinr528";
1313
repo = "cargo-sort";
1414
rev = "v${finalAttrs.version}";
15-
sha256 = "sha256-mdvaRTcs2zVXKX8LrqHFrWTdnFZpAfQuWjYmeWgdGVI=";
15+
sha256 = "sha256-jmiCwXRyuK10qb1/7bwhOT/Cq335S9BzKiRc/02wc1E=";
1616
};
1717

18-
cargoHash = "sha256-FoFzBf24mNDTRBfFyTEr9Q7sJjUhs0X/XWRGEoierQ4=";
18+
cargoHash = "sha256-EzKXrN5TdWFP8zQjop2pIhavJ5a7t+YdK5s5WjwjLNM=";
1919

2020
meta = {
2121
description = "Tool to check that your Cargo.toml dependencies are sorted alphabetically";

0 commit comments

Comments
 (0)