cargo-edit: 0.13.6 -> 0.13.7

This commit is contained in:
R. Ryantm 2025-08-08 17:11:31 +00:00
parent 250481b939
commit 6b04cd7b6c

View File

@ -9,16 +9,16 @@
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
pname = "cargo-edit"; pname = "cargo-edit";
version = "0.13.6"; version = "0.13.7";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "killercup"; owner = "killercup";
repo = "cargo-edit"; repo = "cargo-edit";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-z+LTgCeTUr3D0LEbw0yHlk1di2W95XewbYlgusD2TLg="; hash = "sha256-doNQzXB+tW+5UI3PCuZo8aZErsXeafL6lldi/yXyBhs=";
}; };
cargoHash = "sha256-/+DDA64kemZKzKdaKnXK+R4e8FV59qT5HCGcwyOz7R8="; cargoHash = "sha256-N3Q3rK9GsVf9mI9SFqF7lnU8CWxmueDCgBjP6n9dUoY=";
nativeBuildInputs = [ pkg-config ]; nativeBuildInputs = [ pkg-config ];