about summary refs log tree commit diff
path: root/pkgs/applications/editors/vim
diff options
context:
space:
mode:
authorVladimír Čunát <v@cunat.cz>2023-03-20 16:27:31 +0100
committerVladimír Čunát <v@cunat.cz>2023-03-20 16:27:31 +0100
commitd970a8103542838477286f0aa5f6b2c2b4d8a630 (patch)
treec4f88b566e0cb90f4db874bf334dc604babf6e35 /pkgs/applications/editors/vim
parentdf0d3e3ea1a579aa994327a4c69b7f742e3ece63 (diff)
parentd96e74c8b8ae569fb79187334b924b88d8ae53f8 (diff)
Merge branch 'staging' into staging-next
(it's slightly older staging)
Diffstat (limited to 'pkgs/applications/editors/vim')
-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 1a39a8ac8b0ec..f963dfec66d02 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.1369";
+  version = "9.0.1403";
 
   src = fetchFromGitHub {
     owner = "vim";
     repo = "vim";
     rev = "v${version}";
-    hash = "sha256-2YjWd07RMyiITnuI3/L0D9MiAxl2+9QVT1nrMBA9/dI=";
+    hash = "sha256-z+zLRO0yqWu/l3eOzD7pmUvmqhmkH5W9z7wE9QWlsG0=";
   };
 
   enableParallelBuilding = true;