about summary refs log tree commit diff
path: root/pkgs/applications/editors/vim/common.nix
diff options
context:
space:
mode:
authorElliot <hack00mind@gmail.com>2023-08-28 11:09:05 +0800
committerElliot <hack00mind@gmail.com>2023-08-28 11:09:05 +0800
commit8f2c75b260661a8385d75499bea7efcf05a4c4ad (patch)
tree639f5d455e04682fba828871debc577cc1292c55 /pkgs/applications/editors/vim/common.nix
parentd3c73d5f44ed9018eff9623aac0be235e644b210 (diff)
vim: 9.0.1642 -> 9.0.1811
Diffstat (limited to 'pkgs/applications/editors/vim/common.nix')
-rw-r--r--pkgs/applications/editors/vim/common.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/editors/vim/common.nix b/pkgs/applications/editors/vim/common.nix
index 24e9ea914b78e..0abb7db9d99d5 100644
--- a/pkgs/applications/editors/vim/common.nix
+++ b/pkgs/applications/editors/vim/common.nix
@@ -1,12 +1,12 @@
 { lib, fetchFromGitHub }:
 rec {
-  version = "9.0.1642";
+  version = "9.0.1811";
 
   src = fetchFromGitHub {
     owner = "vim";
     repo = "vim";
     rev = "v${version}";
-    hash = "sha256-WWj8lZZtnGrv3pxu77otBKixS3ciLcznCyPk/iGryg4=";
+    hash = "sha256-b/fATWaHcIZIvkmr/UQ4R45ii9N0kWJMb7DerF/JYIA=";
   };
 
   enableParallelBuilding = true;