diff --git a/vim.yaml b/vim.yaml index c2cb8fecf26..8a03958635b 100644 --- a/vim.yaml +++ b/vim.yaml @@ -1,6 +1,6 @@ package: name: vim - version: 9.0.1595 + version: 9.0.1598 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: 65ddd4dbe003d55c7f166a0073f48eff18bf16f89ad5fae3a69027af480bdcc8 + expected-sha256: 9ba81f0843fe2e290b99cef10604acc143223c4ae74f026f9a1fe741858e3745 - runs: | # vim seems to manually set FORTIFY_SOURCE=1, and setting both breaks the build