Loading pkgs/development/tools/typos/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -2,16 +2,16 @@ rustPlatform.buildRustPackage rec { pname = "typos"; version = "1.13.12"; version = "1.13.14"; src = fetchFromGitHub { owner = "crate-ci"; repo = pname; rev = "v${version}"; hash = "sha256-SP2Di3kAcrAriZ4E7aPSBAZm46REIW82LrbWSmKhA5k="; hash = "sha256-9p5h58fXENaZCVpDX5b/FqK0i5bL/M3vP+8jKYLQDh0="; }; cargoHash = "sha256-3ExXZ7lUnT/54TUembKk47OUVpAzHrWPAro2CcXiYmU="; cargoHash = "sha256-IJi8FfwBMTTJRdBA6ydpD4yQWrEVnavxgiWxRCDoAOI="; meta = with lib; { description = "Source code spell checker"; Loading Loading
pkgs/development/tools/typos/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -2,16 +2,16 @@ rustPlatform.buildRustPackage rec { pname = "typos"; version = "1.13.12"; version = "1.13.14"; src = fetchFromGitHub { owner = "crate-ci"; repo = pname; rev = "v${version}"; hash = "sha256-SP2Di3kAcrAriZ4E7aPSBAZm46REIW82LrbWSmKhA5k="; hash = "sha256-9p5h58fXENaZCVpDX5b/FqK0i5bL/M3vP+8jKYLQDh0="; }; cargoHash = "sha256-3ExXZ7lUnT/54TUembKk47OUVpAzHrWPAro2CcXiYmU="; cargoHash = "sha256-IJi8FfwBMTTJRdBA6ydpD4yQWrEVnavxgiWxRCDoAOI="; meta = with lib; { description = "Source code spell checker"; Loading