vimPlugins.sniprun: 1.3.4 -> 1.3.5

This commit is contained in:
Gaetan Lepage 2023-07-23 13:12:39 +02:00
parent c803c9a8ea
commit 10dda39950

View File

@ -966,18 +966,18 @@ self: super: {
sniprun =
let
version = "1.3.4";
version = "1.3.5";
src = fetchFromGitHub {
owner = "michaelb";
repo = "sniprun";
rev = "v${version}";
hash = "sha256-H1PmjiNyUp+fTDqnfppFii+aDh8gPD/ALHFNWVXch3w=";
hash = "sha256-D2nHei7mc7Yn8rgFiWFyaR87wQuryv76B25BYOpyp2I=";
};
sniprun-bin = rustPlatform.buildRustPackage {
pname = "sniprun-bin";
inherit version src;
cargoHash = "sha256-WXhH0zqGj/D83AoEfs0kPqW7UXIAkURTJ+/BKbuUvss=";
cargoHash = "sha256-TG84BeYm7K5Dn0CvMvv1gzqeX246JPks1qcwkfcsG8c=";
nativeBuildInputs = [ makeWrapper ];