Update flake.

This commit is contained in:
Alejandro Cabeza Romero 2026-06-15 16:49:57 +02:00
parent fc1439cf16
commit 2dfe14048d
No known key found for this signature in database
GPG Key ID: DA3D14AE478030FD
2 changed files with 6 additions and 6 deletions

8
flake.lock generated
View File

@ -24,16 +24,16 @@
"rust-rapidsnark": "rust-rapidsnark"
},
"locked": {
"lastModified": 1781525456,
"narHash": "sha256-SOH9dY1Jg8JmfqMWMZ9YzbGQgWL+ifJ4z+8tHW/4zWs=",
"lastModified": 1781532516,
"narHash": "sha256-0InyIBqfSRz8Mj/QzN2Es9ReEiMupICGAc7M61vnKdE=",
"owner": "logos-blockchain",
"repo": "logos-blockchain",
"rev": "4efdf816e2a3d1447096c3f64c9e230769eb4ecb",
"rev": "e04009891cc22d69261fadf84b3b6bf8245adc25",
"type": "github"
},
"original": {
"owner": "logos-blockchain",
"ref": "4efdf816e2a3d1447096c3f64c9e230769eb4ecb",
"ref": "e04009891cc22d69261fadf84b3b6bf8245adc25",
"repo": "logos-blockchain",
"type": "github"
}

View File

@ -3,8 +3,8 @@
inputs = {
logos-module-builder.url = "github:logos-co/logos-module-builder";
# v0.1.3-rc.10-compatible + rust-rapidsnark nix fixes + cli commands + leader_claim C binding
logos-blockchain.url = "github:logos-blockchain/logos-blockchain?ref=4efdf816e2a3d1447096c3f64c9e230769eb4ecb";
# v0.1.3-rc.10-compatible + rust-rapidsnark nix fixes + cli commands + leader_claim C binding + config generation fixes
logos-blockchain.url = "github:logos-blockchain/logos-blockchain?ref=e04009891cc22d69261fadf84b3b6bf8245adc25";
};
outputs = inputs@{ logos-module-builder, ... }: