cargo-edit: 0.13.1 -> 0.13.2

This commit is contained in:
R. Ryantm
2025-03-18 00:49:22 +00:00
committed by Masum Reza
parent babad4e1b4
commit 3184435a93

View File

@@ -11,17 +11,17 @@
rustPlatform.buildRustPackage rec {
pname = "cargo-edit";
version = "0.13.1";
version = "0.13.2";
src = fetchFromGitHub {
owner = "killercup";
repo = pname;
rev = "v${version}";
hash = "sha256-u5tpJEOyVGCmNYeXY4TdPTy6kZr/7nAMpCqhoeWVjfQ=";
hash = "sha256-kwchy30i2zYS7uwUonDusumLbpZxdzZ/8Rts25zwqdo=";
};
useFetchCargoVendor = true;
cargoHash = "sha256-yfKKh2nqlcOGF6Mbt50VGKQ12ry5DNlwReQakWp174c=";
cargoHash = "sha256-ebrjEnLOvkAMICcreJu+jOze9R/crtAFfRDa6kqLNnA=";
nativeBuildInputs = [ pkg-config ];