Merge pull request #208410 from r-ryantm/auto-update/cargo-watch

cargo-watch: 8.1.2 -> 8.3.0

authored by Mario Rodas and committed by GitHub b799bb34 391ae899

+3 -3
+3 -3
pkgs/development/tools/rust/cargo-watch/default.nix
··· 2 2 3 3 rustPlatform.buildRustPackage rec { 4 4 pname = "cargo-watch"; 5 - version = "8.1.2"; 5 + version = "8.3.0"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "passcod"; 9 9 repo = pname; 10 10 rev = "v${version}"; 11 - sha256 = "sha256-zhOYKvsCK5am4Ystt3+cPAQM77IlIBJysAEix5cXKbI="; 11 + sha256 = "sha256-2keI5hTWglqh+mLeGzRCxpfnUt6kur0I9fefYwZr5l4="; 12 12 }; 13 13 14 - cargoSha256 = "sha256-OAOzrGS8n0jfUiQyIAHWLJMEkRINyasgkIjiLw977LE="; 14 + cargoHash = "sha256-kR12j0Z7nXfwh9nPT35/LpkK56a8D1gvVkl9/2s6rIQ="; 15 15 16 16 buildInputs = lib.optionals stdenv.isDarwin [ CoreServices Foundation libiconv ]; 17 17