lol

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

cargo-run-bin: 1.4.1 -> 1.5.0

authored by

Mario Rodas and committed by
GitHub
f6d643f3 c83e5309

+3 -3
+3 -3
pkgs/development/tools/rust/cargo-run-bin/default.nix
··· 5 5 6 6 rustPlatform.buildRustPackage rec { 7 7 pname = "cargo-run-bin"; 8 - version = "1.4.1"; 8 + version = "1.5.0"; 9 9 10 10 src = fetchCrate { 11 11 inherit pname version; 12 - hash = "sha256-imp7TzSVWo6l23tQu2oMMdVj/3sT9mU+lIBc0cVwO+s="; 12 + hash = "sha256-FPkZk5qKHrRR3V8s04yLgOVOKj+Rln3Cu/VW2bnr2fE="; 13 13 }; 14 14 15 - cargoHash = "sha256-TQOFXFdfD4iVy4K9IjcX0L7zLeNw9RAHb2WE5rERP/0="; 15 + cargoHash = "sha256-aFHuIEDpGCel1FC7D0hTUmzHbEj7wVarsE0wNZ/3Khw="; 16 16 17 17 # multiple impurities in tests 18 18 doCheck = false;