From 03e26b5eeea14d95240b9a9258993a3236629bd6 Mon Sep 17 00:00:00 2001 From: figsoda Date: Thu, 1 Jun 2023 20:53:11 -0400 Subject: [PATCH] typos: 1.14.11 -> 1.14.12 Diff: https://github.com/crate-ci/typos/compare/v1.14.11...v1.14.12 Changelog: https://github.com/crate-ci/typos/blob/v1.14.12/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 57fc89d70874..eeb0179d2103 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.14.11"; + version = "1.14.12"; src = fetchFromGitHub { owner = "crate-ci"; repo = pname; rev = "v${version}"; - hash = "sha256-4E28pBZ+uWDaEXty4ZgbbEcO3lpluOXopgPr/6Xl/z4="; + hash = "sha256-mHgGNSG0mKuI3fIgbfcTI6rnsLiL41g6GZAyN8ZRXI0="; }; - cargoHash = "sha256-BegIKd+1K1Dh1ULIiRcpkq/5JdlofRURmRTtyD0tWMg="; + cargoHash = "sha256-mHmnQ2hntP/FRHgKrwQHcY1+l9ukIvu8SNUSzuRbyf4="; meta = with lib; { description = "Source code spell checker";