cargo-run-bin: 1.7.4 -> 1.7.5 (#519601)

This commit is contained in:
nixpkgs-ci[bot]
2026-05-13 07:22:15 +00:00
committed by GitHub
+3 -3
View File
@@ -6,14 +6,14 @@
rustPlatform.buildRustPackage (finalAttrs: {
pname = "cargo-run-bin";
version = "1.7.4";
version = "1.7.5";
src = fetchCrate {
inherit (finalAttrs) pname version;
hash = "sha256-79DJ6j2sai1dTdcXf0qD97TCNZuGRSUobLGahoApMss=";
hash = "sha256-XZaXAEI53u5kPLzY5uPQmNz1b5Z00YbbrjK/Uy9AV5I=";
};
cargoHash = "sha256-UTdJQ/lnsYa85/xXkmgI/ByzKu3+DB3riQKGCVjF3to=";
cargoHash = "sha256-CuqVj098w5q+xx0O9bZs76PTNjuj+02mh3BxOu98Ldg=";
# multiple impurities in tests
doCheck = false;