Skip to content
This repository has been archived by the owner on Jun 24, 2024. It is now read-only.

Commit

Permalink
Fix Nix build
Browse files Browse the repository at this point in the history
  • Loading branch information
soareschen committed Mar 27, 2024
1 parent a700e8d commit 2cbf5d2
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 34 deletions.
23 changes: 2 additions & 21 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 8 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,11 @@ risc0-build = "0.20"
crypto-bigint = { git = "https://github.com/risc0/RustCrypto-crypto-bigint", tag = "v0.5.2-risc0"}

[patch.'ssh://git@github.com/informalsystems/sovereign-sdk-wip.git']
sov-modules-api = { path = "./vendor/sovereign-sdk/module-system/sov-modules-api" }
sov-state = { path = "./vendor/sovereign-sdk/module-system/sov-state" }
sov-bank = { path = "./vendor/sovereign-sdk/module-system/module-implementations/sov-bank" }
sov-chain-state = { path = "./vendor/sovereign-sdk/module-system/module-implementations/sov-chain-state" }
sov-rollup-interface = { path = "./vendor/sovereign-sdk/rollup-interface" }
sov-modules-core = { path = "./vendor/sovereign-sdk/module-system/sov-modules-core" }
sov-modules-api = { path = "./vendor/sovereign-sdk/module-system/sov-modules-api" }
sov-state = { path = "./vendor/sovereign-sdk/module-system/sov-state" }
sov-bank = { path = "./vendor/sovereign-sdk/module-system/module-implementations/sov-bank" }
sov-chain-state = { path = "./vendor/sovereign-sdk/module-system/module-implementations/sov-chain-state" }
sov-rollup-interface = { path = "./vendor/sovereign-sdk/rollup-interface" }
sov-modules-core = { path = "./vendor/sovereign-sdk/module-system/sov-modules-core" }
sov-mock-da = { path = "./vendor/sovereign-sdk/adapters/mock-da" }
sov-celestia-adapter = { path = "./vendor/sovereign-sdk/adapters/celestia" }
10 changes: 3 additions & 7 deletions nix/rollup.nix
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,7 @@ let
"curve25519-dalek-4.1.0" = "sha256-H8YMea3AIcUn9NGRfataNjCTzCK4NAjo4ZhWuPfT6ts=";
"sha2-0.10.8" = "sha256-vuFQFlbDXEW+n9+Nx2VeWanggCSd6NZ+GVEDFS9qZ2M=";
"risc0-cycle-utils-0.3.0" = "sha256-5dA62v1eqfyZBny4s3YlC2Tty7Yfd/OAVGfTlLBgypk=";
"ibc-app-transfer-0.51.0" = "sha256-Z3zgk29JLE+pygKsbmIntVQFvC56Rg35UKKDgZH8AS4=";
"sov-celestia-client-0.1.0" = "sha256-PLNKgZ92SqX5q9CXE9Hff5RZ9yU6JiaWpxSTNUvUBkI=";
"sov-celestia-client-0.1.0" = "sha256-Z3SvuWKPz+fPwHn1Nsj6cHUdrLzVOx+PkZS6D6558Sc=";
};
};

Expand Down Expand Up @@ -95,9 +94,7 @@ let
"sha2-0.10.8" = "sha256-vuFQFlbDXEW+n9+Nx2VeWanggCSd6NZ+GVEDFS9qZ2M=";
"tendermint-0.32.0" = "sha256-FtY7a+hBvQryATrs3mykCWFRe8ABTT6cuf5oh9IBElQ=";
"risc0-cycle-utils-0.3.0" = "sha256-5dA62v1eqfyZBny4s3YlC2Tty7Yfd/OAVGfTlLBgypk=";
"ibc-app-transfer-0.51.0" = "sha256-Z3zgk29JLE+pygKsbmIntVQFvC56Rg35UKKDgZH8AS4=";
"sov-celestia-client-0.1.0" = "sha256-PLNKgZ92SqX5q9CXE9Hff5RZ9yU6JiaWpxSTNUvUBkI=";
"sov-celestia-adapter-0.3.0" = "";
"sov-celestia-client-0.1.0" = "sha256-Z3SvuWKPz+fPwHn1Nsj6cHUdrLzVOx+PkZS6D6558Sc=";
};
};

Expand Down Expand Up @@ -140,8 +137,7 @@ let
"curve25519-dalek-4.1.0" = "sha256-H8YMea3AIcUn9NGRfataNjCTzCK4NAjo4ZhWuPfT6ts=";
"risc0-cycle-utils-0.3.0" = "sha256-5dA62v1eqfyZBny4s3YlC2Tty7Yfd/OAVGfTlLBgypk=";
"rockbound-1.0.0" = "sha256-xTaeBndRb/bYe+tySChDKsh4f9pywAExsdgJExCQiy8=";
"ibc-app-transfer-0.51.0" = "sha256-Z3zgk29JLE+pygKsbmIntVQFvC56Rg35UKKDgZH8AS4=";
"sov-celestia-client-0.1.0" = "sha256-PLNKgZ92SqX5q9CXE9Hff5RZ9yU6JiaWpxSTNUvUBkI=";
"sov-celestia-client-0.1.0" = "sha256-Z3SvuWKPz+fPwHn1Nsj6cHUdrLzVOx+PkZS6D6558Sc=";
};
};

Expand Down

0 comments on commit 2cbf5d2

Please sign in to comment.