From 3e22f92d1809f3d02799d989a42a1f233a58947f Mon Sep 17 00:00:00 2001 From: dark-ether Date: Sat, 4 Feb 2023 17:00:54 -0300 Subject: [PATCH] vimPlugins: resolve github repository redirects --- pkgs/applications/editors/vim/plugins/generated.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/applications/editors/vim/plugins/generated.nix b/pkgs/applications/editors/vim/plugins/generated.nix index 8848e5b65b6d..6faad799631d 100644 --- a/pkgs/applications/editors/vim/plugins/generated.nix +++ b/pkgs/applications/editors/vim/plugins/generated.nix @@ -11137,8 +11137,8 @@ final: prev: src = fetchFromGitHub { owner = "ledger"; repo = "vim-ledger"; - rev = "e97dd2018012cf48d6fefb21e689a41e8d006c72"; - sha256 = "1d51lqdxhazan4p17iz70wibmsvzcm6r68kycwqji6msrm1xcwl3"; + rev = "9b18bd548ec1fd6e94b262b3af0d9fb337c0b1df"; + sha256 = "1paqjvvrcgngpggwa2a57d85xzvz5g5mk43bzn5fkgc1xfd77yv1"; }; meta.homepage = "https://github.com/ledger/vim-ledger/"; };