Skip to content

Commit f546cb0

Browse files
authored
cargo-update: 14.0.2 -> 14.1.1 (#337353)
2 parents 9685ff2 + 9bd7046 commit f546cb0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/development/tools/rust/cargo-update/default.nix

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

1717
rustPlatform.buildRustPackage rec {
1818
pname = "cargo-update";
19-
version = "14.0.2";
19+
version = "14.1.1";
2020

2121
src = fetchCrate {
2222
inherit pname version;
23-
hash = "sha256-5fNypt1zezBWmt0eLDGxL7PmRUSuzQ3s4Aymz9ZMXT0=";
23+
hash = "sha256-2UV+BetL6MBHAyPcMTbssLNgJQKoJOo2iG3uGPWSrUs=";
2424
};
2525

26-
cargoHash = "sha256-NKo3Ry2bok7jxblrHjFJB24FFm62zclCxae+SxoYQqc=";
26+
cargoHash = "sha256-Qn2DquO3HmhZvCk6FaowodgURvtA5gXrztN+wp60bSA=";
2727

2828
nativeBuildInputs = [
2929
cmake

0 commit comments

Comments
 (0)