diff --git a/vim.yaml b/vim.yaml index 0bded358a1a..333eb1cb78a 100644 --- a/vim.yaml +++ b/vim.yaml @@ -1,6 +1,6 @@ package: name: vim - version: 9.0.1736 + version: 9.0.1748 epoch: 0 description: "Improved vi-style text editor" copyright: @@ -21,7 +21,7 @@ pipeline: - uses: fetch with: uri: https://github.com/vim/vim/archive/v${{package.version}}.tar.gz - expected-sha256: 6ccb70e2a1e944b1a936bc804bf1a80b52b7773e6f27b5174b03494068e79997 + expected-sha256: 22a180cdf3ee1cd7c42a725b6548c3b83b07c7d14762571220997a5155e0d963 - runs: | # vim seems to manually set FORTIFY_SOURCE=1, and setting both breaks the build