From 48e1d3e91f0ca2c9be7be2fc39f7a844db598a28 Mon Sep 17 00:00:00 2001 From: figsoda Date: Wed, 9 Aug 2023 09:50:15 -0400 Subject: [PATCH] typos: 1.16.2 -> 1.16.3 Diff: https://github.com/crate-ci/typos/compare/v1.16.2...v1.16.3 Changelog: https://github.com/crate-ci/typos/blob/v1.16.3/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 79c8205c3bfc..4c9c694d541e 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.16.2"; + version = "1.16.3"; src = fetchFromGitHub { owner = "crate-ci"; repo = pname; rev = "v${version}"; - hash = "sha256-1s9wN72QnlvtcB8W26Mw4uC8c6/txUfv6QBpqcWzYZQ="; + hash = "sha256-64cVDW5sScQCpBsP/dyHbWppYuGRQwXloRsMHFKT4yw="; }; - cargoHash = "sha256-0bzW34QuD0OJLXDzrVRPzVTyCZHWiQZh6MUP5Wix+Tg="; + cargoHash = "sha256-Sad28iwsCpZPo/V6DlLA+pjq0T3yv8fRHXDCnRfFzPg="; meta = with lib; { description = "Source code spell checker";