Skip to content

Commit

Permalink
typos: 1.25.0 -> 1.26.0 (#347171)
Browse files Browse the repository at this point in the history
  • Loading branch information
r-vdp authored Oct 8, 2024
2 parents ebd735c + 712e82a commit dc09d9b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/ty/typos/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@

rustPlatform.buildRustPackage rec {
pname = "typos";
version = "1.25.0";
version = "1.26.0";

src = fetchFromGitHub {
owner = "crate-ci";
repo = pname;
rev = "v${version}";
hash = "sha256-0JInvnQRINItUyAqnDBT0uRlF7zKRA4S/IyqxqmHnvQ=";
hash = "sha256-yfQSGmLWXyOI5slB8AMcVTfQQKUXY3mBaeDPya4KtKo=";
};

cargoHash = "sha256-44JBZu08PDkyeBMscchNp6N9aF99b5lZWDhp4K42xsY=";
cargoHash = "sha256-WuYAE2msctMf+7C1h5pNGyjrEInnT6PxfZ94bZhzB5w=";

meta = with lib; {
description = "Source code spell checker";
Expand Down

0 comments on commit dc09d9b

Please sign in to comment.