Skip to content

Commit

Permalink
cargo-update: 14.0.2 -> 14.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Aug 25, 2024
1 parent 8da188f commit 0223f4b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/tools/rust/cargo-update/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@

rustPlatform.buildRustPackage rec {
pname = "cargo-update";
version = "14.0.2";
version = "14.1.0";

src = fetchCrate {
inherit pname version;
hash = "sha256-5fNypt1zezBWmt0eLDGxL7PmRUSuzQ3s4Aymz9ZMXT0=";
hash = "sha256-zdQk/ay24RgM1fKJG9Ghq1PI57gT7MpGFiAYrI7DSlU=";
};

cargoHash = "sha256-NKo3Ry2bok7jxblrHjFJB24FFm62zclCxae+SxoYQqc=";
cargoHash = "sha256-WYAvldlEgXGC2jCCLY5U6yEQWh+MUYNLfNoLvvOId8M=";

nativeBuildInputs = [
cmake
Expand Down

0 comments on commit 0223f4b

Please sign in to comment.