summary refs log tree commit diff
path: root/pkgs/misc/vim-plugins/generated.nix
diff options
context:
space:
mode:
authorJoe Hermaszewski <git@monoid.al>2019-10-12 18:26:37 +0800
committerJoe Hermaszewski <git@monoid.al>2019-10-12 18:35:56 +0800
commit7ba023cf6049208737f0453f591ec285bba48d86 (patch)
treee18543353270f4e60c8d2a2a2ef32e86884290e0 /pkgs/misc/vim-plugins/generated.nix
parent1b42193d42326dace1b546a5b50e42ca9fd25ee3 (diff)
downloadnixpkgs-7ba023cf6049208737f0453f591ec285bba48d86.tar
nixpkgs-7ba023cf6049208737f0453f591ec285bba48d86.tar.gz
nixpkgs-7ba023cf6049208737f0453f591ec285bba48d86.tar.bz2
nixpkgs-7ba023cf6049208737f0453f591ec285bba48d86.tar.lz
nixpkgs-7ba023cf6049208737f0453f591ec285bba48d86.tar.xz
nixpkgs-7ba023cf6049208737f0453f591ec285bba48d86.tar.zst
nixpkgs-7ba023cf6049208737f0453f591ec285bba48d86.zip
vimPlugins.open-browser-github.vim: init at 2018-03-14
Diffstat (limited to 'pkgs/misc/vim-plugins/generated.nix')
-rw-r--r--pkgs/misc/vim-plugins/generated.nix11
1 files changed, 11 insertions, 0 deletions
diff --git a/pkgs/misc/vim-plugins/generated.nix b/pkgs/misc/vim-plugins/generated.nix
index ee55abe64f1..6f53be4c503 100644
--- a/pkgs/misc/vim-plugins/generated.nix
+++ b/pkgs/misc/vim-plugins/generated.nix
@@ -1981,6 +1981,17 @@ let
     };
   };
 
+  open-browser-github-vim = buildVimPluginFrom2Nix {
+    pname = "open-browser-github-vim";
+    version = "2018-03-14";
+    src = fetchFromGitHub {
+      owner = "tyru";
+      repo = "open-browser-github.vim";
+      rev = "6f63e9c8b9482858af12c2dc60f6df2854e57f28";
+      sha256 = "06wvj6sqqzf52ng0k0p9g8wnlrljnia6h4d65681plqyxakbvi2w";
+    };
+  };
+
   open-browser-vim = buildVimPluginFrom2Nix {
     pname = "open-browser-vim";
     version = "2018-11-29";