diff --git a/vim.yaml b/vim.yaml index 3a536891549..ee1c009cd3e 100644 --- a/vim.yaml +++ b/vim.yaml @@ -1,6 +1,6 @@ package: name: vim - version: 9.0.1587 + version: 9.0.1590 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: 292cf023182111ec10f1c918750d4aeecaa7b3f0d828861db912eb628f74337e + expected-sha256: 42edb23403dd483e03ac7eaf84b31e3fa8b3d4b0a7feacb4ba1accebb28e0227 - runs: | # vim seems to manually set FORTIFY_SOURCE=1, and setting both breaks the build