Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

⬆️ Bump cachix/cachix-action from 12 to 13 #9

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}"
Expand Down
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 = "6e1525a0dd0fa00cbbb2d9cf4ba5c3c669e859c7";
hash = "sha256-06rXQQwnzOivf7HNRbw+CvS4DX2pKvrlPfd86LnM9Qk=";
};

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