cargo-edit: 0.11.0 -> 0.11.1

This commit is contained in:
figsoda
2022-09-15 22:04:50 -04:00
parent 9138b16625
commit f5e5daa0c8
@@ -10,16 +10,16 @@
rustPlatform.buildRustPackage rec {
pname = "cargo-edit";
version = "0.11.0";
version = "0.11.1";
src = fetchFromGitHub {
owner = "killercup";
repo = pname;
rev = "v${version}";
hash = "sha256-vVl3RnI3ulgiAMBFENhvu99+9+kLtKtCubpBhCja5kU=";
hash = "sha256-TqRz1Og5wsKsiIESmplnTsGLRboEQ20cViWgXfwEHGQ=";
};
cargoSha256 = "sha256-EbppWbOaz75beERULV0ZAvkGm3Ap7g3gSDUz80a3pZg=";
cargoSha256 = "sha256-4DVek/R7VABzSJ8vEb6f3Tgf1vVLIKAWj80Il5gWu2g=";
nativeBuildInputs = [ pkg-config ];