Skip to content

Commit

Permalink
Merge pull request NixOS#325481 from GaetanLepage/codesnap
Browse files Browse the repository at this point in the history
vimPlugins.codesnap-nvim: 1.4.1 -> 1.5.1
  • Loading branch information
GaetanLepage authored Jul 8, 2024
2 parents bcac529 + 0d0c9f9 commit 5f736f2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/applications/editors/vim/plugins/overrides.nix
Original file line number Diff line number Diff line change
Expand Up @@ -408,20 +408,20 @@

codesnap-nvim =
let
version = "1.4.1";
version = "1.5.1";
src = fetchFromGitHub {
owner = "mistricky";
repo = "codesnap.nvim";
rev = "refs/tags/v${version}";
hash = "sha256-KttvOfMieO+lBEgvkrBztWg7pUm/gFxYaTVXAQv15IM=";
hash = "sha256-eDFUoTzrQH7hn8ZSnqi6SxQvmc0CjpSmBuY2kzt/XbA=";
};
codesnap-lib = rustPlatform.buildRustPackage {
pname = "codesnap-lib";
inherit version src;

sourceRoot = "${src.name}/generator";

cargoHash = "sha256-IZtWfyDZEaFSuj3uXBhBuGPi4IN1Dwt0ZkMSoxAum5c=";
cargoHash = "sha256-Si5L0gcGfcYMN/caXpLhHHhJLcqyv2BQgYSMkU5oiDo=";

nativeBuildInputs = [
pkg-config
Expand Down

0 comments on commit 5f736f2

Please sign in to comment.