about summary refs log tree commit diff
path: root/pkgs/applications/editors/vim
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2024-03-06 21:39:49 +0100
committerGitHub <noreply@github.com>2024-03-06 21:39:49 +0100
commit9ba68d192ccc13e7af38849f4b69f9b1c4274788 (patch)
tree481feee3f3f8f81c84e9e2f797cbb5760c6bea43 /pkgs/applications/editors/vim
parent2db89cb619cd1ee10911947853a91a7823a55876 (diff)
parent62d119f5d618789a393de076fbf3a2a13b35b58a (diff)
downloadnixlib-9ba68d192ccc13e7af38849f4b69f9b1c4274788.tar
nixlib-9ba68d192ccc13e7af38849f4b69f9b1c4274788.tar.gz
nixlib-9ba68d192ccc13e7af38849f4b69f9b1c4274788.tar.bz2
nixlib-9ba68d192ccc13e7af38849f4b69f9b1c4274788.tar.lz
nixlib-9ba68d192ccc13e7af38849f4b69f9b1c4274788.tar.xz
nixlib-9ba68d192ccc13e7af38849f4b69f9b1c4274788.tar.zst
nixlib-9ba68d192ccc13e7af38849f4b69f9b1c4274788.zip
Merge pull request #291707 from r-ryantm/auto-update/vim
vim: 9.1.0075 -> 9.1.0148
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 5aab7711cf3e..a32285f19e7a 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.0075";
+  version = "9.1.0148";
 
   outputs = [ "out" "xxd" ];
 
@@ -8,7 +8,7 @@ rec {
     owner = "vim";
     repo = "vim";
     rev = "v${version}";
-    hash = "sha256-rirPSh0rFg25JHl4idADLz6fIRmEALzp2Oa7De6uuGU=";
+    hash = "sha256-lBs9PwNE3GoxtMka9oftYx3gegjCv6D3sEyAWK6RZzM=";
   };
 
   enableParallelBuilding = true;