typos: 1.34.0 -> 1.35.3 (#432741)

authored by Pol Dellaiera and committed by GitHub e606cb92 ef51442a

+3 -3
+3 -3
pkgs/by-name/ty/typos/package.nix
··· 8 9 rustPlatform.buildRustPackage rec { 10 pname = "typos"; 11 - version = "1.34.0"; 12 13 src = fetchFromGitHub { 14 owner = "crate-ci"; 15 repo = "typos"; 16 tag = "v${version}"; 17 - hash = "sha256-fQFCjeqk7IGObusFpT19fxaZvbt9KNLtecgNPirwhhU="; 18 }; 19 20 - cargoHash = "sha256-6MKlpKBmA/y2cSs2bRqwZs4K/duPurlUDLw9uBdWpUs="; 21 22 passthru.updateScript = nix-update-script { }; 23
··· 8 9 rustPlatform.buildRustPackage rec { 10 pname = "typos"; 11 + version = "1.35.3"; 12 13 src = fetchFromGitHub { 14 owner = "crate-ci"; 15 repo = "typos"; 16 tag = "v${version}"; 17 + hash = "sha256-eyP88wUtjF7c6tjV3lBk7pYvdF8ur8zuyaxynqaQiN4="; 18 }; 19 20 + cargoHash = "sha256-3cKYgun2vP1otdEudUeaBQMh6vfVqeVgQm+/eBcCL5c="; 21 22 passthru.updateScript = nix-update-script { }; 23