typos: 1.28.2 -> 1.28.4

This commit is contained in:
R. Ryantm
2024-12-19 21:06:15 +00:00
parent 41edc75130
commit ee1ce400e1

View File

@@ -9,16 +9,16 @@
rustPlatform.buildRustPackage rec {
pname = "typos";
version = "1.28.2";
version = "1.28.4";
src = fetchFromGitHub {
owner = "crate-ci";
repo = pname;
rev = "v${version}";
hash = "sha256-6qu5Xe0lDT8u21VxU9lqs2BTre7BRa7+qNf8oukzTmc=";
hash = "sha256-rE1JK6bG8yNItzsXEggTqKFuIwlFLDnIlNBUCjb9XOg=";
};
cargoHash = "sha256-lC0K56eslfePdZfP75Lz6XRh3LORsAPShC15ZFj/UG4=";
cargoHash = "sha256-DQWOAlVKtB0l0qaHCgsrUl239PcKDnic3kdKoSgOjik=";
passthru = {
tests.version = testers.testVersion { package = typos; };