From 2bbaf8fe125f4704ecce12f210c84d361555e074 Mon Sep 17 00:00:00 2001 From: Wu Zhenyu Date: Mon, 4 Dec 2023 06:25:40 +0800 Subject: [PATCH 1/2] :bookmark: Update tcl-prompt --- .pre-commit-config.yaml | 14 +++++++------- pkgs/development/libraries/tcl-prompt/default.nix | 6 +++--- 2 files changed, 10 insertions(+), 10 deletions(-) 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; From 231ac514f40ef4dd92f3a17f9e9f4467e510f4a2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Dec 2023 05:56:16 +0000 Subject: [PATCH 2/2] :arrow_up: Bump cachix/cachix-action from 12 to 13 Bumps [cachix/cachix-action](https://github.com/cachix/cachix-action) from 12 to 13. - [Release notes](https://github.com/cachix/cachix-action/releases) - [Commits](https://github.com/cachix/cachix-action/compare/v12...v13) --- updated-dependencies: - dependency-name: cachix/cachix-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }}"