~toastal/nvim-tree-sitter-unicode-conceal

Showing details for patch e4f7555ccb9cc3bbc037c33124819be478743087.
2023-10-27 (Fri), 8:00 AM - toastal - e4f7555ccb9cc3bbc037c33124819be478743087

nix flake update + buildVimPlugin

Summary of changes
2 files modified with 4 lines added and 4 lines removed
  • flake.lock with 3 added and 3 removed lines
  • flake.nix with 1 added and 1 removed lines
diff -rN -u old-nvim-tree-sitter-unicode-conceal/flake.lock new-nvim-tree-sitter-unicode-conceal/flake.lock
--- old-nvim-tree-sitter-unicode-conceal/flake.lock	2024-11-25 01:55:36.669498179 +0000
+++ new-nvim-tree-sitter-unicode-conceal/flake.lock	2024-11-25 01:55:36.669498179 +0000
@@ -2,11 +2,11 @@
   "nodes": {
     "nixpkgs": {
       "locked": {
-        "lastModified": 1693654884,
-        "narHash": "sha256-EqKKEl+IOS8TSjkt+xn1qGpsjnx5/ag33YNQ1+c7OuM=",
+        "lastModified": 1698266953,
+        "narHash": "sha256-jf72t7pC8+8h8fUslUYbWTX5rKsRwOzRMX8jJsGqDXA=",
         "owner": "NixOS",
         "repo": "nixpkgs",
-        "rev": "e7f35e03abd06a2faef6684d0de813370e13bda8",
+        "rev": "75a52265bda7fd25e06e3a67dee3f0354e73243c",
         "type": "github"
       },
       "original": {
diff -rN -u old-nvim-tree-sitter-unicode-conceal/flake.nix new-nvim-tree-sitter-unicode-conceal/flake.nix
--- old-nvim-tree-sitter-unicode-conceal/flake.nix	2024-11-25 01:55:36.669498179 +0000
+++ new-nvim-tree-sitter-unicode-conceal/flake.nix	2024-11-25 01:55:36.669498179 +0000
@@ -40,7 +40,7 @@
         let pkgs = nixpkgsFor.${system}; in {
           default = self.packages.${system}.${name};
 
-          ${name} = pkgs.vimUtils.buildVimPluginFrom2Nix {
+          ${name} = pkgs.vimUtils.buildVimPlugin {
             inherit name;
             namePrefix = "";
             src = builtins.path {