Skip to content

Commit 583871e

Browse files
PetarKirovgalin-s
authored andcommitted
foundry: 0688b5a -> fec2064
1 parent 03cb8b6 commit 583871e

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

pkgs/foundry/default.nix

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,11 @@ rustPlatform.buildRustPackage rec {
1515
src = fetchFromGitHub {
1616
owner = "foundry-rs";
1717
repo = "foundry";
18-
rev = "8a08a3a92b0c842db2f254983cc3bd179300ad46";
19-
hash = "sha256-djEWWltp+5DErOsADmcF/NlCNslAfDMMhLmFSm0HbBM=";
18+
rev = "fec2064cadd443fef491c9d02461e1a5f455232f";
19+
hash = "sha256-k1lRKylFhM96d1/eQ9rMQA0vb4DNW5wYo8mX7TnK43Q=";
2020
};
2121

22-
cargoLock = {
23-
lockFile = "${src}/Cargo.lock";
24-
};
22+
cargoHash = "sha256-ImBX/IJ6F6Xs/2K/8huvLkIMuZYzpfW6AWhE0lqQw2w=";
2523

2624
env = {
2725
# Make svm-rs use local release list rather than fetching from non-reproducible URL.
@@ -63,10 +61,11 @@ rustPlatform.buildRustPackage rec {
6361
doCheck = false;
6462

6563
meta = with lib; {
66-
description = "A portable, modular toolkit for Ethereum application development written in Rust.";
67-
homepage = "https://github.com/foundry-rs/foundry";
64+
description = "Foundry is a blazing fast, portable and modular toolkit for Ethereum application development written in Rust";
65+
homepage = "https://github.com/foundry-rs/foundry/";
6866
license = with licenses; [asl20 mit];
6967
maintainers = with maintainers; [mitchmindtree];
68+
mainProgram = "foundry";
7069
# For now, solc binaries are only built for x86_64.
7170
# Track darwin-aarch64 here:
7271
# https://github.com/ethereum/solidity/issues/12291

0 commit comments

Comments
 (0)