Merge pull request #207967 from teto/update-sniprun

vimPlugins.sniprun: 1.1.2 -> 1.2.8
This commit is contained in:
figsoda 2022-12-27 11:11:13 -05:00 committed by GitHub
commit 03a93b53c1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -730,18 +730,18 @@ self: super: {
sniprun = sniprun =
let let
version = "1.1.2"; version = "1.2.8";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "michaelb"; owner = "michaelb";
repo = "sniprun"; repo = "sniprun";
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-WL0eXwiPhcndI74wtFox2tSnZn1siE86x2MLkfpxxT4="; sha256 = "sha256-iPZ0DPAErkMJIn85t1FIiGhLcMZlL06iNKLqmRu7gXI=";
}; };
sniprun-bin = rustPlatform.buildRustPackage { sniprun-bin = rustPlatform.buildRustPackage {
pname = "sniprun-bin"; pname = "sniprun-bin";
inherit version src; inherit version src;
cargoSha256 = "sha256-1WbgnsjoFdvko6VRKY+IjafMNqvJvyIZCDk8I9GV3GM="; cargoSha256 = "sha256-HZEh6jtuRqsyjyDbDIV38x2N1unbSu24D8vrPZ17ktE=";
nativeBuildInputs = [ makeWrapper ]; nativeBuildInputs = [ makeWrapper ];