typos: 1.33.1 -> 1.34.0 (#423041)

Co-authored-by: mgttlinger <mgttlinger@users.noreply.github.com>
This commit is contained in:
nixpkgs-merge-bot[bot] 2025-07-07 05:18:19 +00:00 committed by GitHub
commit e5ff269203
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8,17 +8,17 @@
rustPlatform.buildRustPackage rec {
pname = "typos";
version = "1.33.1";
version = "1.34.0";
src = fetchFromGitHub {
owner = "crate-ci";
repo = "typos";
tag = "v${version}";
hash = "sha256-iLpJHeYqLhjYHUXW1bsCqwPKknRx1E9jVCYGLpwbFW8=";
hash = "sha256-fQFCjeqk7IGObusFpT19fxaZvbt9KNLtecgNPirwhhU=";
};
useFetchCargoVendor = true;
cargoHash = "sha256-IORr0I9F/NtOafjTOEAa+SEqi45St871XgB8b03sWK4=";
cargoHash = "sha256-6MKlpKBmA/y2cSs2bRqwZs4K/duPurlUDLw9uBdWpUs=";
passthru.updateScript = nix-update-script { };