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