From 9aa19ae4094eb848d02dc3c7db51f1f945e69f04 Mon Sep 17 00:00:00 2001 From: Gaetan Lepage Date: Sun, 13 Apr 2025 21:30:13 +0200 Subject: [PATCH] vimPlugins.sniprun: 1.3.17 -> 1.3.18 Diff: https://github.com/michaelb/sniprun/compare/refs/tags/v1.3.17...refs/tags/v1.3.18 Changelog: https://github.com/michaelb/sniprun/blob/v1.3.18/CHANGELOG.md --- .../editors/vim/plugins/non-generated/sniprun/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/applications/editors/vim/plugins/non-generated/sniprun/default.nix b/pkgs/applications/editors/vim/plugins/non-generated/sniprun/default.nix index 566e22c88a93..1bb6464e8295 100644 --- a/pkgs/applications/editors/vim/plugins/non-generated/sniprun/default.nix +++ b/pkgs/applications/editors/vim/plugins/non-generated/sniprun/default.nix @@ -18,19 +18,19 @@ nix-update-script, }: let - version = "1.3.17"; + version = "1.3.18"; src = fetchFromGitHub { owner = "michaelb"; repo = "sniprun"; tag = "v${version}"; - hash = "sha256-o8U3GXg61dfEzQxrs9zCgRDWonhr628aSPd/l+HxS70="; + hash = "sha256-2Q7Jnt7pVCuNne442KPh2cSjA6V6WSZkgUj99UpmnOM="; }; sniprun-bin = rustPlatform.buildRustPackage { pname = "sniprun-bin"; inherit version src; useFetchCargoVendor = true; - cargoHash = "sha256-HLPTt0JCmCM4SRmP8o435ilM1yxoxpAnf8hg3+8C54I="; + cargoHash = "sha256-cu7wn75rQcwPLjFl4v05kVMsiCD0mAlIBt49mvIaPPU="; nativeBuildInputs = [ makeWrapper ];