Skip to content

Commit

Permalink
vimPlugins.vim-clap: 0.54 -> 0.54-unstable-2024-08-11
Browse files Browse the repository at this point in the history
  • Loading branch information
a-kenji committed Aug 13, 2024
1 parent 7e95d03 commit a08f825
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions pkgs/applications/editors/vim/plugins/vim-clap/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions pkgs/applications/editors/vim/plugins/vim-clap/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@
}:

let
version = "0.54";
version = "0.54-unstable-2024-08-11";

src = fetchFromGitHub {
owner = "liuchengxu";
repo = "vim-clap";
rev = "v${version}";
hash = "sha256-rhCum59GCIAwdi5QgSaPfrALelAIMncNetu81i53Q8c=";
rev = "3e8d001f5c9be10e4bb680a1d409326902c96c10";
hash = "sha256-7bgbKYjJX2Tfprb69/imyvhsCsurrmPWBXVVLX+ZMnM=";
};

meta = with lib; {
Expand Down

0 comments on commit a08f825

Please sign in to comment.