bump logos-lockchain to 663ad69

This commit is contained in:
Youngjoon Lee 2026-07-09 19:53:30 +09:00
parent f9cb850868
commit 61469e07a5
No known key found for this signature in database
GPG Key ID: E11646AEA0B0F1EA
2 changed files with 5 additions and 5 deletions

8
flake.lock generated
View File

@ -24,17 +24,17 @@
"rust-rapidsnark": "rust-rapidsnark" "rust-rapidsnark": "rust-rapidsnark"
}, },
"locked": { "locked": {
"lastModified": 1782726809, "lastModified": 1783466754,
"narHash": "sha256-wxuR8KgbFOAveS6qH4zyZ0ZR2Q3PMoZTUOTc/V5TYLE=", "narHash": "sha256-sI26wHI2h9hnGPLHOOvxgoa8xGca1UaQ8LRDdUZntdQ=",
"owner": "logos-blockchain", "owner": "logos-blockchain",
"repo": "logos-blockchain", "repo": "logos-blockchain",
"rev": "c63efe648e1c43e75f6713e3f1fd63ed3e02a902", "rev": "663ad6996e989bfee641809818dfb13ac64efb82",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "logos-blockchain", "owner": "logos-blockchain",
"ref": "0.2.0",
"repo": "logos-blockchain", "repo": "logos-blockchain",
"rev": "663ad6996e989bfee641809818dfb13ac64efb82",
"type": "github" "type": "github"
} }
}, },

View File

@ -3,7 +3,7 @@
inputs = { inputs = {
logos-module-builder.url = "github:logos-co/logos-module-builder?ref=38ddf92c1f240f4e420d300a1fbabb1609d5db01"; logos-module-builder.url = "github:logos-co/logos-module-builder?ref=38ddf92c1f240f4e420d300a1fbabb1609d5db01";
logos-blockchain.url = "github:logos-blockchain/logos-blockchain?ref=0.2.0"; logos-blockchain.url = "github:logos-blockchain/logos-blockchain?rev=663ad6996e989bfee641809818dfb13ac64efb82";
}; };
outputs = inputs@{ logos-module-builder, ... }: outputs = inputs@{ logos-module-builder, ... }: