cargo-edit: 0.13.4 -> 0.13.6

This commit is contained in:
R. Ryantm
2025-05-27 23:27:34 +00:00
parent 3f62a1ca1a
commit 2bfb071649
+3 -3
View File
@@ -9,17 +9,17 @@
rustPlatform.buildRustPackage rec {
pname = "cargo-edit";
version = "0.13.4";
version = "0.13.6";
src = fetchFromGitHub {
owner = "killercup";
repo = pname;
rev = "v${version}";
hash = "sha256-gs7+OuW0av7p45+wgXVVS17YKTwIqDFQWc3kKE7y/Yw=";
hash = "sha256-z+LTgCeTUr3D0LEbw0yHlk1di2W95XewbYlgusD2TLg=";
};
useFetchCargoVendor = true;
cargoHash = "sha256-JafagbF+JCp3ATtGjlExLDUehYqO9DhI39uD4fLafsQ=";
cargoHash = "sha256-/+DDA64kemZKzKdaKnXK+R4e8FV59qT5HCGcwyOz7R8=";
nativeBuildInputs = [ pkg-config ];