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>2024-06-24 12:27:42 +0200
committerVladimír Čunát <v@cunat.cz>2024-06-24 12:27:42 +0200
commita67b6cd4fdc7814ad4841a1aa52615ddc181c678 (patch)
tree23d7eecc3e192deaf1c25c52512536ca655d4d25 /pkgs/applications/editors/vim
parent93d3b3c04639d5bbdb3cdc0309fa9169ef7d991e (diff)
parentcf3f00f2ad7bf4c990e9b4b6a09c59cb4707b142 (diff)
Merge branch 'staging' into staging-next
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 d2e3013a782d9..50de9c6bfb79e 100644
--- a/pkgs/applications/editors/vim/common.nix
+++ b/pkgs/applications/editors/vim/common.nix
@@ -1,6 +1,6 @@
 { lib, fetchFromGitHub }:
 rec {
-  version = "9.1.0412";
+  version = "9.1.0509";
 
   outputs = [ "out" "xxd" ];
 
@@ -8,7 +8,7 @@ rec {
     owner = "vim";
     repo = "vim";
     rev = "v${version}";
-    hash = "sha256-uLdXFZ8eW+iMXrvkaEkArZmRfAiyORaEZxFFPt0TrdI=";
+    hash = "sha256-CATjUalRjvVjEfWT5evFAk//Oj4iB1fDBsRU5MhDyn4=";
   };
 
   enableParallelBuilding = true;