diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index ca01f71..75d8431 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -25,7 +25,7 @@ jobs: experimental-features = nix-command flakes access-tokens = github.com=${{ secrets.GITHUB_TOKEN }} - name: Setup cachix - uses: cachix/cachix-action@v12 + uses: cachix/cachix-action@v13 with: name: freed-wu authToken: "${{ secrets.CACHIX_AUTH_TOKEN }}" diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 1d59e2b..14e07fb 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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 @@ -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: @@ -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 @@ -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 @@ -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 diff --git a/pkgs/development/libraries/tcl-prompt/default.nix b/pkgs/development/libraries/tcl-prompt/default.nix index 0487f11..b36a8d3 100644 --- a/pkgs/development/libraries/tcl-prompt/default.nix +++ b/pkgs/development/libraries/tcl-prompt/default.nix @@ -5,8 +5,8 @@ tcl.mkTclDerivation rec { src = fetchFromGitHub { owner = "Freed-Wu"; repo = name; - rev = "b2d32ff6958377f8ab160c08ea1a5ebfbbee2b53"; - hash = "sha256-RR3BafvGpT8+5rnRKPxrMmn6vrpwWNQQAwFzemBWBTc="; + rev = "6e1525a0dd0fa00cbbb2d9cf4ba5c3c669e859c7"; + hash = "sha256-06rXQQwnzOivf7HNRbw+CvS4DX2pKvrlPfd86LnM9Qk="; }; buildInputs = [ tclreadline tcllib expect ]; @@ -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;