Merge pull request #256698 from figsoda/careful

cargo-careful: 0.3.4 -> 0.4.0

authored by

Mario Rodas and committed by
GitHub
77558987 eb34bc25

+3 -3
+3 -3
pkgs/development/tools/rust/cargo-careful/default.nix
··· 5 5 6 6 rustPlatform.buildRustPackage rec { 7 7 pname = "cargo-careful"; 8 - version = "0.3.4"; 8 + version = "0.4.0"; 9 9 10 10 src = fetchFromGitHub { 11 11 owner = "RalfJung"; 12 12 repo = "cargo-careful"; 13 13 rev = "v${version}"; 14 - hash = "sha256-BW1Q54DlEAle4iVUXvKdz5PRhdWe736K7yo/KRKAUys="; 14 + hash = "sha256-5FteKVlEx5NSj3lzRRj3qerkyK+UdJfTWtG6xEzI4t4="; 15 15 }; 16 16 17 - cargoHash = "sha256-r5dCJT0tDo+IlDpVV90eGswIKLEWuSCogiS9Qvch2tA="; 17 + cargoHash = "sha256-gs8o+tWvC4cgIITpfvJqfTquyYaEbvNMeZEJKFzd83I="; 18 18 19 19 meta = with lib; { 20 20 description = "A tool to execute Rust code carefully, with extra checking along the way";