typos: 1.30.3 -> 1.31.1 (#396526)

authored by Pol Dellaiera and committed by GitHub da98c5d5 81e38109

+3 -3
+3 -3
pkgs/by-name/ty/typos/package.nix
··· 8 9 rustPlatform.buildRustPackage rec { 10 pname = "typos"; 11 - version = "1.30.3"; 12 13 src = fetchFromGitHub { 14 owner = "crate-ci"; 15 repo = "typos"; 16 tag = "v${version}"; 17 - hash = "sha256-Yzt5O24+Nkxvoim6BlaPzVQ3gSKrmPO/725dxzQ9XXk="; 18 }; 19 20 useFetchCargoVendor = true; 21 - cargoHash = "sha256-9+LFyrKy8Hv13Tu8Ko5PpdcSPh3sgGHWvixYT0km1Rs="; 22 23 passthru.updateScript = nix-update-script { }; 24
··· 8 9 rustPlatform.buildRustPackage rec { 10 pname = "typos"; 11 + version = "1.31.1"; 12 13 src = fetchFromGitHub { 14 owner = "crate-ci"; 15 repo = "typos"; 16 tag = "v${version}"; 17 + hash = "sha256-Q/nanx+R7JJpDiSkHM0eYHRFiXFR+VZG7mKoUMglcT4="; 18 }; 19 20 useFetchCargoVendor = true; 21 + cargoHash = "sha256-nKsn7Odce2/ftkPxYT/bAcMTS6DowSjKepBBGrCvkPY="; 22 23 passthru.updateScript = nix-update-script { }; 24