summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGaetan Lepage <gaetan@glepage.com>2022-12-30 11:53:31 +0100
committerMatthieu Coudron <teto@users.noreply.github.com>2022-12-30 16:37:35 +0100
commit5d6f45172279af8822d44a4d748de3e3704a770b (patch)
treea252934a7c394e05e14398bda1eef26e2976d6a8
parent7809ece5ff9fd3790c89eb4e81d95f5aee12f351 (diff)
neovim: 0.8.1 -> 0.8.2
-rw-r--r--pkgs/applications/editors/neovim/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/editors/neovim/default.nix b/pkgs/applications/editors/neovim/default.nix
index 98859ec2ef3b..8b59e5038762 100644
--- a/pkgs/applications/editors/neovim/default.nix
+++ b/pkgs/applications/editors/neovim/default.nix
@@ -24,13 +24,13 @@ let
in
stdenv.mkDerivation rec {
pname = "neovim-unwrapped";
- version = "0.8.1";
+ version = "0.8.2";
src = fetchFromGitHub {
owner = "neovim";
repo = "neovim";
rev = "v${version}";
- sha256 = "sha256-B2ZpwhdmdvPOnxVyJDfNzUT5rTVuBhJXyMwwzCl9Fac=";
+ sha256 = "sha256-eqiH/K8w0FZNHLBBMjiTSQjNQyONqcx3X+d85gPnFJg=";
};
patches = [