cargo-run-bin: 1.7.3 -> 1.7.4 (#359166)

This commit is contained in:
Nick Cao 2024-11-26 08:21:38 -05:00 committed by GitHub
commit ed78bf4822
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,14 +5,14 @@
rustPlatform.buildRustPackage rec {
pname = "cargo-run-bin";
version = "1.7.3";
version = "1.7.4";
src = fetchCrate {
inherit pname version;
hash = "sha256-VMlia5EEnNiNkOzwdTZwoaKtAxHz5xAxxnGlGoSbD80=";
hash = "sha256-79DJ6j2sai1dTdcXf0qD97TCNZuGRSUobLGahoApMss=";
};
cargoHash = "sha256-DFsDUoYq+TE8ifwQIl5YfoeUl8udIf1z35rFmLe/4To=";
cargoHash = "sha256-6ub82+1DJqPjxNuEuk1YwdL6auCtWZK3L09xQlgific=";
# multiple impurities in tests
doCheck = false;