Merge pull request #276702 from r-ryantm/auto-update/cargo-run-bin

cargo-run-bin: 1.6.0 -> 1.6.1
This commit is contained in:
Nick Cao 2023-12-25 10:33:21 -05:00 committed by GitHub
commit 7c01d84952
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,14 +5,14 @@
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
pname = "cargo-run-bin"; pname = "cargo-run-bin";
version = "1.6.0"; version = "1.6.1";
src = fetchCrate { src = fetchCrate {
inherit pname version; inherit pname version;
hash = "sha256-PB44m39TDH1z8N3DrxAlZ/FKOdZmpe+U84tbmBBP9VQ="; hash = "sha256-B4tkP2QuL3MFQn3iAPg4TMJfFbn1D8w/C1OX+TbpgSE=";
}; };
cargoHash = "sha256-FMlirUr3c8QhnTmTHvfNPff7PYlWSl83vCGLOLbyaR4="; cargoHash = "sha256-tn+NqugSK5R/lIQVF1URWoDbdsSCvi5tjdjOlT293tg=";
# multiple impurities in tests # multiple impurities in tests
doCheck = false; doCheck = false;