cargo-edit: 0.12.2 -> 0.13.0 (#342587)

This commit is contained in:
Matthias Beyer 2024-09-18 14:28:28 +02:00 committed by GitHub
commit 9fab8f4433
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 2389 deletions

File diff suppressed because it is too large Load Diff

View File

@ -10,21 +10,16 @@
rustPlatform.buildRustPackage rec {
pname = "cargo-edit";
version = "0.12.2";
version = "0.13.0";
src = fetchFromGitHub {
owner = "killercup";
repo = pname;
rev = "v${version}";
hash = "sha256-tMYuhUb1e/wTMZGwrAa3bz3INAld/ZtQzJqpeG0w/G8=";
hash = "sha256-Y5tnY8EZJcVhYyVTpvcT6DFbPSmmw3+knzkMVvQxQbI=";
};
cargoLock = {
lockFile = ./Cargo.lock;
outputHashes = {
"cargo-test-macro-0.1.0" = "sha256-yE8BJMTRBT3P29t5ygMCybs0CYDcFLVlxi1L0LkBV9Q=";
};
};
cargoHash = "sha256-X8wQvLSvZ7rrDfX423SDB5QDDMoeDDFvJZKO92CLycg=";
nativeBuildInputs = [ pkg-config ];