diff options
author | Soispha <soispha@vhack.eu> | 2024-03-30 11:07:56 +0100 |
---|---|---|
committer | Soispha <soispha@vhack.eu> | 2024-03-30 11:07:56 +0100 |
commit | 1511e6994ca55dfdf438682efe7bb3f2c275c161 (patch) | |
tree | 0c1111c47900bd373dd6e17cb6137e75eaedc876 /sys/nixpkgs/pkgs/plgs-pkgs/plugins/default.nix | |
parent | fix(pkgs/scripts/fupdate): Ignore args after `--` (diff) | |
download | nixos-config-1511e6994ca55dfdf438682efe7bb3f2c275c161.tar.gz nixos-config-1511e6994ca55dfdf438682efe7bb3f2c275c161.zip |
build(flake): Update
Diffstat (limited to '')
-rw-r--r-- | sys/nixpkgs/pkgs/plgs-pkgs/plugins/default.nix | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/sys/nixpkgs/pkgs/plgs-pkgs/plugins/default.nix b/sys/nixpkgs/pkgs/plgs-pkgs/plugins/default.nix index a79dee35..39ee9dcd 100644 --- a/sys/nixpkgs/pkgs/plgs-pkgs/plugins/default.nix +++ b/sys/nixpkgs/pkgs/plgs-pkgs/plugins/default.nix @@ -9,10 +9,10 @@ */ debugprint-nvim = buildVimPlugin { pname = "debugprint-nvim"; - version = "2024-03-19"; + version = "2024-03-29"; src = fetchurl { - url = "https://github.com/andrewferrier/debugprint.nvim/archive/2ba2dcaf6ce1a178855f5b609a70d2004b437f2c.tar.gz"; - sha256 = "0mcg81v80r2n2aj4kywl5l8mrxglbyxdfk51paszhmass0i27wwj"; + url = "https://github.com/andrewferrier/debugprint.nvim/archive/54297dd0a4f318b279a1cb954e7714f3942df123.tar.gz"; + sha256 = "06r1jhx7jd15q8wvnw0xqwk3bkx39pm4pbv70hf9ggd6zsnmsrmn"; }; meta = with lib; { description = "Debugging in NeoVim the print() way!"; @@ -57,10 +57,10 @@ */ telescope-bibtex-nvim = buildVimPlugin { pname = "telescope-bibtex-nvim"; - version = "2024-02-28"; + version = "2024-03-28"; src = fetchurl { - url = "https://github.com/nvim-telescope/telescope-bibtex.nvim/archive/4117b6aad1d1fa7526a31bfcdc9741d11ee4a22c.tar.gz"; - sha256 = "0b3m903mazwn86m5mlam87ycl2g14ak0k8f27vdldm969cswhxim"; + url = "https://github.com/nvim-telescope/telescope-bibtex.nvim/archive/289a6f86ebec06e8ae1590533b732b9981d84900.tar.gz"; + sha256 = "1sd6p8cvv3dckgrhc7grlyfcibjxhxbfyh0w7p5m4mdcazhy1kqs"; }; meta = with lib; { description = "A telescope.nvim extension to search and paste bibtex entries into your TeX files."; |