Skip to content

Commit

Permalink
Pin version of EVMC to out tested revision
Browse files Browse the repository at this point in the history
Previous revision was not working for some reason
  • Loading branch information
aleasims committed May 27, 2024
1 parent ca1f1b7 commit e39ddf5
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions nix/evmc/evmc.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,12 @@

stdenv.mkDerivation rec {
name = "evmc";
version = "11.0.1";

src = fetchFromGitHub {
owner = "ethereum";
repo = "evmc";
rev = "v${version}";
hash = "sha256-BSnKW35VvU/5VKVB7A5TjNnj0zkR4n4Dg4YsuoAJJuU=";
rev = "fc86231960348790bbee8254a809bf1f9d7c8517";
hash = "sha256-yqEbtRA4GiQ/pjaH2+ZPfnthgt9gLPY4lWPTYbBWJhE=";
};

nativeBuildInputs = [ pkgs.cmake ];
Expand Down

0 comments on commit e39ddf5

Please sign in to comment.