Loading pkgs/applications/editors/vim/plugins/overrides.nix +4 −4 Original line number Diff line number Diff line Loading @@ -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"; Loading @@ -1590,7 +1590,7 @@ darwin.apple_sdk.frameworks.Security ]; cargoHash = "sha256-bLki+6uMKJtk/bu+LNf2E1m/HpEG8zmnM3JI89IjmNs="; cargoHash = "sha256-eZcWS+DWec0V9G6hBnZRUNcb3uZeSiBhn4Ed9KodFV8="; nativeBuildInputs = [ makeWrapper ]; Loading @@ -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 ]; }; }; Loading pkgs/applications/editors/vim/plugins/patches/sniprun/fix-paths.patch +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 Loading Loading
pkgs/applications/editors/vim/plugins/overrides.nix +4 −4 Original line number Diff line number Diff line Loading @@ -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"; Loading @@ -1590,7 +1590,7 @@ darwin.apple_sdk.frameworks.Security ]; cargoHash = "sha256-bLki+6uMKJtk/bu+LNf2E1m/HpEG8zmnM3JI89IjmNs="; cargoHash = "sha256-eZcWS+DWec0V9G6hBnZRUNcb3uZeSiBhn4Ed9KodFV8="; nativeBuildInputs = [ makeWrapper ]; Loading @@ -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 ]; }; }; Loading
pkgs/applications/editors/vim/plugins/patches/sniprun/fix-paths.patch +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 Loading