Skip to content

Commit

Permalink
🔖 Update tcl-prompt
Browse files Browse the repository at this point in the history
  • Loading branch information
Freed-Wu committed Dec 4, 2023
1 parent f7a28cb commit eb7b751
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
14 changes: 7 additions & 7 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ exclude: ^_sources/.*

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v4.5.0
hooks:
- id: check-added-large-files
- id: fix-byte-order-marker
Expand All @@ -27,7 +27,7 @@ repos:
hooks:
- id: remove-crlf
- repo: https://github.com/codespell-project/codespell
rev: v2.2.5
rev: v2.2.6
hooks:
- id: codespell
additional_dependencies:
Expand All @@ -39,7 +39,7 @@ repos:
args:
- --msg-filename
- repo: https://github.com/editorconfig-checker/editorconfig-checker.python
rev: 2.7.2
rev: 2.7.3
hooks:
- id: editorconfig-checker
- repo: https://github.com/jumanjihouse/pre-commit-hooks
Expand All @@ -50,7 +50,7 @@ repos:
exclude_types:
- zsh
- repo: https://github.com/adrienverge/yamllint
rev: v1.32.0
rev: v1.33.0
hooks:
- id: yamllint
- repo: https://github.com/executablebooks/mdformat
Expand All @@ -67,13 +67,13 @@ repos:
- mdformat-black
- mdformat-config
- repo: https://github.com/DavidAnson/markdownlint-cli2
rev: v0.9.2
rev: v0.10.0
hooks:
- id: markdownlint-cli2
additional_dependencies:
- markdown-it-texmath@0.9.1
- markdown-it-texmath
- repo: https://github.com/scop/pre-commit-shfmt
rev: v3.7.0-1
rev: v3.7.0-4
hooks:
- id: shfmt
- repo: https://github.com/nix-community/nixpkgs-fmt
Expand Down
6 changes: 3 additions & 3 deletions pkgs/development/libraries/tcl-prompt/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ tcl.mkTclDerivation rec {
src = fetchFromGitHub {
owner = "Freed-Wu";
repo = name;
rev = "b2d32ff6958377f8ab160c08ea1a5ebfbbee2b53";
hash = "sha256-RR3BafvGpT8+5rnRKPxrMmn6vrpwWNQQAwFzemBWBTc=";
rev = "c48fed411601a2e6bdf3e7fabff9cb0c611689d4";
hash = "sha256-oWGM/vrlOpPoCRT24DYPRFvF8Yf0uVgFgAwH942qGLQ=";
};

buildInputs = [ tclreadline tcllib expect ];
Expand All @@ -18,7 +18,7 @@ tcl.mkTclDerivation rec {

meta = with lib; {
homepage = "https://github.com/Freed-Wu/tcl-prompt";
description = "A powerlevel10k-like prompt for tcl";
description = "Tcl plugin for powerlevel10k style prompt and WakaTime time tracking";
license = licenses.gpl3;
maintainers = with maintainers; [ Freed-Wu ];
platforms = platforms.unix;
Expand Down

0 comments on commit eb7b751

Please sign in to comment.