typos: 1.30.0 -> 1.30.2 (#390069)

authored by Fabian Affolter and committed by GitHub 3b7a5abd 38590f30

+3 -3
+3 -3
pkgs/by-name/ty/typos/package.nix
··· 8 8 9 9 rustPlatform.buildRustPackage rec { 10 10 pname = "typos"; 11 - version = "1.30.0"; 11 + version = "1.30.2"; 12 12 13 13 src = fetchFromGitHub { 14 14 owner = "crate-ci"; 15 15 repo = "typos"; 16 16 tag = "v${version}"; 17 - hash = "sha256-SFE6hieK2SU+Dmf0eDc35/INJKPoySUJBE9ES8KrCIg="; 17 + hash = "sha256-Dayr+mskYmbLY0yE0OLreMjy8rbyoqY3rgREtaO3+D8="; 18 18 }; 19 19 20 20 useFetchCargoVendor = true; 21 - cargoHash = "sha256-Cnk/iLdkDyxoHU+vRxuLIyGkcqaGF8WjVOnhNoxg3T4="; 21 + cargoHash = "sha256-K5ekHIfQQxjkydghoU/8pBnzt/q8hSrYFYf1c4GInBM="; 22 22 23 23 passthru.updateScript = nix-update-script { }; 24 24