diff --git a/recipes/netup.toml b/recipes/netup.toml index 112fb204..33f0aa92 100644 --- a/recipes/netup.toml +++ b/recipes/netup.toml @@ -15,7 +15,7 @@ license = "MIT" [source] # Repo del propio takana (origin). El commit es el identificador inmutable; subirlo cuando netup avance. repo = "ssh://gitea@git.tawasuyu.net:2345/sergio/takana.git" -commit = "be383ea485def684cb5886530efcd5333548743d" +commit = "c0545ea40cbf530c9b80fc9a76a20551163574cd" [build] compiler = "zig-cc" diff --git a/recipes/takana.toml b/recipes/takana.toml index bcb9b0c8..8bddb8b0 100644 --- a/recipes/takana.toml +++ b/recipes/takana.toml @@ -35,7 +35,7 @@ license = "MIT" # El repo del propio takana: el `commit` es el identificador inmutable; la URL es sólo locator y no # entra en `hash_inputs` (ADR 0013 §1). Subirlo cuando el CLI avance. repo = "ssh://gitea@git.gioser.net:2345/sergio/takana.git" -commit = "3ff7585aa251913acad6fd26d9142da408bd02f9" +commit = "c0545ea40cbf530c9b80fc9a76a20551163574cd" [build] compiler = "zig-cc"