Skip to content

Commit

Permalink
Merge pull request #232835 from GaetanLepage/sniprun
Browse files Browse the repository at this point in the history
vimPlugins.sniprun: 1.3.1 -> 1.3.3
  • Loading branch information
figsoda authored May 19, 2023
2 parents b2fc0b7 + ee72818 commit 5dcb4a7
Show file tree
Hide file tree
Showing 2 changed files with 816 additions and 3 deletions.
12 changes: 9 additions & 3 deletions pkgs/applications/editors/vim/plugins/overrides.nix
Original file line number Diff line number Diff line change
Expand Up @@ -919,18 +919,24 @@ self: super: {

sniprun =
let
version = "1.3.1";
version = "1.3.3";
src = fetchFromGitHub {
owner = "michaelb";
repo = "sniprun";
rev = "v${version}";
hash = "sha256-grrrqvdqoYTBtlU+HLrSQJsAmMA/+OHbuoVvOwHYPnk=";
hash = "sha256-my06P2fqWjZAnxVjVzIV8q+FQOlxRLVZs3OZ0XBR6N0=";
};
sniprun-bin = rustPlatform.buildRustPackage {
pname = "sniprun-bin";
inherit version src;

cargoSha256 = "sha256-hmZXYJFIeKgYyhT6mSrmX+7M9GQQHHzliYHjsBoHgOc=";
cargoLock = {
lockFile = ./sniprun/Cargo.lock;
};

postPatch = ''
ln -s ${./sniprun/Cargo.lock} Cargo.lock
'';

nativeBuildInputs = [ makeWrapper ];

Expand Down
Loading

0 comments on commit 5dcb4a7

Please sign in to comment.