Merge pull request #277726 from GaetanLepage/sniprun

vimPlugins.sniprun: 1.3.9 -> 1.3.10
This commit is contained in:
Nick Cao 2023-12-30 09:48:55 -05:00 committed by GitHub
commit e914c7280a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1067,12 +1067,12 @@
sniprun =
let
version = "1.3.9";
version = "1.3.10";
src = fetchFromGitHub {
owner = "michaelb";
repo = "sniprun";
rev = "refs/tags/v${version}";
hash = "sha256-g2zPGAJIjMDWn8FCsuRPZyYHDk+ZHCd04lGlYHvb4OI=";
hash = "sha256-7tDREZ8ZXYySHrXVOh+ANT23CknJQvZJ8WtU5r0pOOQ=";
};
sniprun-bin = rustPlatform.buildRustPackage {
pname = "sniprun-bin";
@ -1082,7 +1082,7 @@
darwin.apple_sdk.frameworks.Security
];
cargoHash = "sha256-h/NhDFp+Yiyx37Tlfu0W9rMnd+ZmQp5gt+qhY3PB7DE=";
cargoHash = "sha256-n/HW+q4Xrme/ssS9Th5uFEUsDgkxRxKt2wSR8k08uHY=";
nativeBuildInputs = [ makeWrapper ];