From f06c6f75232bef6535f608900c8c05c10a52ba18 Mon Sep 17 00:00:00 2001 From: figsoda Date: Mon, 26 Jun 2023 10:11:54 -0400 Subject: [PATCH] typos: 1.15.5 -> 1.15.6 Diff: https://github.com/crate-ci/typos/compare/v1.15.5...v1.15.6 Changelog: https://github.com/crate-ci/typos/blob/v1.15.6/CHANGELOG.md --- pkgs/development/tools/typos/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/development/tools/typos/default.nix b/pkgs/development/tools/typos/default.nix index 5e196e4c307a..8218a1d59174 100644 --- a/pkgs/development/tools/typos/default.nix +++ b/pkgs/development/tools/typos/default.nix @@ -2,16 +2,16 @@ rustPlatform.buildRustPackage rec { pname = "typos"; - version = "1.15.5"; + version = "1.15.6"; src = fetchFromGitHub { owner = "crate-ci"; repo = pname; rev = "v${version}"; - hash = "sha256-5QrUB7p78HmwTUagYKNbFxndUKdeGd51gpqIO1O/8H4="; + hash = "sha256-J78EJi2PXa3a83gP05b+ufDyq+BT9e1h7E/QiYs5mls="; }; - cargoHash = "sha256-ZNWG3eKnT2LFywIQO1iLIhaUKrINdwbCsSbC55wFrF4="; + cargoHash = "sha256-9WUzWWwZHC9OPw18Xi3krkIfNH/gdB6VPhrL80RLCvk="; meta = with lib; { description = "Source code spell checker";