Merge pull request #238770 from figsoda/typos

typos: 1.15.1 -> 1.15.2

authored by Weijia Wang and committed by GitHub 46e5e1ed fd414705

+3 -3
+3 -3
pkgs/development/tools/typos/default.nix
··· 2 2 3 3 rustPlatform.buildRustPackage rec { 4 4 pname = "typos"; 5 - version = "1.15.1"; 5 + version = "1.15.2"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "crate-ci"; 9 9 repo = pname; 10 10 rev = "v${version}"; 11 - hash = "sha256-22wsOXQ1+WdrcIWuF9H3CmiGqQbTcbWDyMJZgFD8bu4="; 11 + hash = "sha256-O7sv8tVBzqpPN7u1Ug/f5CfDAlI9k9wuaEzc+dmCsRM="; 12 12 }; 13 13 14 - cargoHash = "sha256-nnl43tHomHXXJFx/3nulAVhmelO87dsCsINy8RFWShQ="; 14 + cargoHash = "sha256-JFbMmRIG0AwwpHvoVSym+14TUOISyrJZoTaZz7rT66w="; 15 15 16 16 meta = with lib; { 17 17 description = "Source code spell checker";