diff --git a/vim.yaml b/vim.yaml index 0bded358a1a..0284f90ddf3 100644 --- a/vim.yaml +++ b/vim.yaml @@ -1,6 +1,6 @@ package: name: vim - version: 9.0.1736 + version: 9.0.1769 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: c3b4ab90c6bb6ade7c58c72ccc532a8212f1b774d1a125524cb7bd99398adc73 - runs: | # vim seems to manually set FORTIFY_SOURCE=1, and setting both breaks the build