about summary refs log tree commit diff
path: root/pkgs/applications/editors/vim/common.nix
diff options
context:
space:
mode:
authorNguyễn Gia Phong <mcsinyx@disroot.org>2022-06-29 17:12:36 +0900
committerNguyễn Gia Phong <mcsinyx@disroot.org>2022-06-29 17:12:36 +0900
commitbb8d6d0bc6e636e1b5aff7c516455a2f976137e4 (patch)
treed1ef968b1331dc432f86459b580069084f07e7ef /pkgs/applications/editors/vim/common.nix
parentf2537a505d45c31fe5d9c27ea9829b6f4c4e6ac5 (diff)
vim: 8.2.4975 -> 9.0.0001
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 551fd9ec2b09e..ffcfcc373abe5 100644
--- a/pkgs/applications/editors/vim/common.nix
+++ b/pkgs/applications/editors/vim/common.nix
@@ -1,12 +1,12 @@
 { lib, fetchFromGitHub }:
 rec {
-  version = "8.2.4975";
+  version = "9.0.0001";
 
   src = fetchFromGitHub {
     owner = "vim";
     repo = "vim";
     rev = "v${version}";
-    sha256 = "sha256-KkaW1WSX5OB03Dx6xTdbLFMpM7phbXyMpiufYKzAx0k=";
+    sha256 = "sha256-WnMm3q5Stn3s33rxQt76goURSa1Rq+jMVWYiS+uJTX0=";
   };
 
   enableParallelBuilding = true;