about summary refs log tree commit diff
path: root/pkgs/applications/editors/vim/common.nix
diff options
context:
space:
mode:
authorHenri Rosten <henri.rosten@unikie.com>2023-09-12 07:53:06 +0300
committerHenri Rosten <henri.rosten@unikie.com>2023-09-12 07:53:06 +0300
commited9e2bdc72a6ea91514085564fe56555bfc7342b (patch)
tree8c91dcb4a03105d6c91ffc2ec5899a936e71a259 /pkgs/applications/editors/vim/common.nix
parent8481e5d2d37157f6df61c8c260637ba15021a0cf (diff)
vim: 9.0.1811 -> 9.0.1897
Signed-off-by: Henri Rosten <henri.rosten@unikie.com>
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 0abb7db9d99d5..0179dabe39454 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.1811";
+  version = "9.0.1897";
 
   src = fetchFromGitHub {
     owner = "vim";
     repo = "vim";
     rev = "v${version}";
-    hash = "sha256-b/fATWaHcIZIvkmr/UQ4R45ii9N0kWJMb7DerF/JYIA=";
+    hash = "sha256-ywxJ9evXWbqZ6o6EqDIQWK16J05McAdvPl0Y9cW5Zvc=";
   };
 
   enableParallelBuilding = true;