diff --git a/flake.lock b/flake.lock index 39ed9734139..4a7c6994545 100644 --- a/flake.lock +++ b/flake.lock @@ -8,16 +8,17 @@ ] }, "locked": { - "lastModified": 1736521871, - "narHash": "sha256-d34XNLg9NGPEOARHW+BIOAWalkHdEUAwsv3mpLZQxds=", + "lastModified": 1779967405, + "narHash": "sha256-UP0D5UinZj36LoMv07BhjZuZxYABNDHz975fUXGxjKU=", "owner": "logos-storage", "repo": "circom-compat-ffi", - "rev": "8cd4ed44fdafe59d4ec1184420639cae4c4dbab9", + "rev": "3cca4e91054a4d2bb5335feb19138362ce0fe417", "type": "github" }, "original": { "owner": "logos-storage", "repo": "circom-compat-ffi", + "rev": "3cca4e91054a4d2bb5335feb19138362ce0fe417", "type": "github" } }, @@ -161,18 +162,18 @@ "rust-overlay": "rust-overlay" }, "locked": { - "lastModified": 1762211504, - "narHash": "sha256-SbDoBElFYJ4cYebltxlO2lYnz6qOaDAVY6aNJ5bqHDE=", - "ref": "refs/heads/master", - "rev": "3160d9504d07791f2fc9b610948a6cf9a58ed488", - "revCount": 342, - "type": "git", - "url": "https://github.com/vacp2p/zerokit" + "lastModified": 1779969584, + "narHash": "sha256-xr45wlSgWn8u6ZmK3gplwCQYDchJoy36hU9LezOEpAA=", + "owner": "vacp2p", + "repo": "zerokit", + "rev": "b1e4e485ad8e7a13b402c0ad2604ef879d927be4", + "type": "github" }, "original": { - "rev": "3160d9504d07791f2fc9b610948a6cf9a58ed488", - "type": "git", - "url": "https://github.com/vacp2p/zerokit" + "owner": "vacp2p", + "repo": "zerokit", + "rev": "b1e4e485ad8e7a13b402c0ad2604ef879d927be4", + "type": "github" } } }, diff --git a/flake.nix b/flake.nix index df835e551aa..3c530caac69 100644 --- a/flake.nix +++ b/flake.nix @@ -19,10 +19,14 @@ lmn = { url = "git+https://github.com/logos-messaging/logos-messaging-nim?submodules=1&rev=cccc8ab6fda0e54752936db0d5c80b02a2c34a3a"; inputs.nixpkgs.follows = "nixpkgs"; + # https://github.com/vacp2p/zerokit/commit/b1e4e485ad8e7a13b402c0ad2604ef879d927be4 + inputs.zerokit.url = "github:vacp2p/zerokit/b1e4e485ad8e7a13b402c0ad2604ef879d927be4"; }; logos-storage-nim = { url = "git+https://github.com/logos-storage/logos-storage-nim?submodules=1&rev=3c09f008bb5266a669fd19f18368f9e8b861b664"; inputs.nixpkgs.follows = "nixpkgs"; + # https://github.com/logos-storage/circom-compat-ffi/pull/11 + inputs.circom-compat.url = "github:logos-storage/circom-compat-ffi/3cca4e91054a4d2bb5335feb19138362ce0fe417"; }; # We cannot do follows since the nim-unwrapped-2_0 doesn't exist in this nixpkgs version above nim-sds.url = "git+https://github.com/logos-messaging/nim-sds?submodules=1&rev=fb8039c5a56086ec7fb3e5e1a5a593bb3756ccb6";