diff --git a/vim.yaml b/vim.yaml index bf7331c9f75..8ea6adb1bf3 100644 --- a/vim.yaml +++ b/vim.yaml @@ -1,6 +1,6 @@ package: name: vim - version: 9.0.1673 + version: 9.0.1676 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: 8376882348143a3ffd153c199e472346dc0659767ff502e768411e834f6713f9 + expected-sha256: 213efdf292b758e34349a83143e69907da2a6abaff61690f3df2eeefbb5cf2b4 - runs: | # vim seems to manually set FORTIFY_SOURCE=1, and setting both breaks the build