mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-19 15:04:50 +02:00
Fix CI build failure on macOS
Also update simde to version 0.8. Accidental was using it to debug issues with building against simde, but now that it's done, keep it.
This commit is contained in:
@@ -253,9 +253,9 @@
|
||||
{
|
||||
"name": "simde",
|
||||
"unix": {
|
||||
"filename": "simde-amalgamated-0.7.6.tar.xz",
|
||||
"hash": "sha256:703eac1f2af7de1f7e4aea2286130b98e1addcc0559426e78304c92e2b4eb5e1",
|
||||
"urls": ["https://github.com/simd-everywhere/simde/releases/download/v0.7.6/{filename}"]
|
||||
"filename": "simde-amalgamated-0.8.0.tar.xz",
|
||||
"hash": "sha256:7c8dd4d613b18724b7ef3dcd1d58739a91501ed80ace916cbca9b8c13e5b92bb",
|
||||
"urls": ["https://github.com/simd-everywhere/simde/releases/download/v0.8.0/{filename}"]
|
||||
}
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user