Unverified Commit c19c4b0f authored by Gaétan Lepage's avatar Gaétan Lepage Committed by GitHub
Browse files

vimPlugins.sniprun: 1.3.15 -> 1.3.16 (#342361)

parents c8aad2d8 e6c375f3
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -1575,12 +1575,12 @@

  sniprun =
    let
      version = "1.3.15";
      version = "1.3.16";
      src = fetchFromGitHub {
        owner = "michaelb";
        repo = "sniprun";
        rev = "refs/tags/v${version}";
        hash = "sha256-8N+KUawQ6RI6sG8m9wpvJTMQyJ5j/43PRkrTPrWAREQ=";
        hash = "sha256-2rVeBUkdLXUiHkd8slyiLTYQBKwgMQvIi/uyCToVBYA=";
      };
      sniprun-bin = rustPlatform.buildRustPackage {
        pname = "sniprun-bin";
@@ -1590,7 +1590,7 @@
          darwin.apple_sdk.frameworks.Security
        ];

        cargoHash = "sha256-bLki+6uMKJtk/bu+LNf2E1m/HpEG8zmnM3JI89IjmNs=";
        cargoHash = "sha256-eZcWS+DWec0V9G6hBnZRUNcb3uZeSiBhn4Ed9KodFV8=";

        nativeBuildInputs = [ makeWrapper ];

@@ -1615,7 +1615,7 @@

      meta = {
        homepage = "https://github.com/michaelb/sniprun/";
        changelog = "https://github.com/michaelb/sniprun/releases/tag/v${version}";
        changelog = "https://github.com/michaelb/sniprun/blob/v${version}/CHANGELOG.md";
        maintainers = with lib.maintainers; [ GaetanLepage ];
      };
    };
+5 −5
Original line number Diff line number Diff line
diff --git a/lua/sniprun.lua b/lua/sniprun.lua
index fe29d1e..92d4729 100644
index 49be442..1834566 100644
--- a/lua/sniprun.lua
+++ b/lua/sniprun.lua
@@ -4,9 +4,7 @@ M.custom_highlight=false
@@ -3,9 +3,7 @@ M.ping_anwsered = 0
 M.info_floatwin = {}
 
 -- See https://github.com/tjdevries/rofl.nvim/blob/632c10f2ec7c56882a3f7eda8849904bcac6e8af/lua/rofl.lua