diff --git a/vim.yaml b/vim.yaml index 1b5194d84ca..8fb47b6f653 100644 --- a/vim.yaml +++ b/vim.yaml @@ -1,6 +1,6 @@ package: name: vim - version: 9.0.1644 + version: 9.0.1655 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: b871ba33e46e43dcdd5764ba600aa80511f499d4525b361d80bb09fa3e188c9d + expected-sha256: 65c8148277f2d3c0bf10e68416d1db73f4782fd1d9aedfe172ec5bd145924524 - runs: | # vim seems to manually set FORTIFY_SOURCE=1, and setting both breaks the build