We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 834a4d7 + 38203d9 commit 9aebe67Copy full SHA for 9aebe67
pkgs/by-name/ca/cargo-sort/package.nix
@@ -6,16 +6,16 @@
6
7
rustPlatform.buildRustPackage (finalAttrs: {
8
pname = "cargo-sort";
9
- version = "2.0.2";
+ version = "2.1.0";
10
11
src = fetchFromGitHub {
12
owner = "devinr528";
13
repo = "cargo-sort";
14
rev = "v${finalAttrs.version}";
15
- sha256 = "sha256-mdvaRTcs2zVXKX8LrqHFrWTdnFZpAfQuWjYmeWgdGVI=";
+ sha256 = "sha256-jmiCwXRyuK10qb1/7bwhOT/Cq335S9BzKiRc/02wc1E=";
16
};
17
18
- cargoHash = "sha256-FoFzBf24mNDTRBfFyTEr9Q7sJjUhs0X/XWRGEoierQ4=";
+ cargoHash = "sha256-EzKXrN5TdWFP8zQjop2pIhavJ5a7t+YdK5s5WjwjLNM=";
19
20
meta = {
21
description = "Tool to check that your Cargo.toml dependencies are sorted alphabetically";
0 commit comments