Skip to content

Commit

Permalink
turbo-geth: 2020.11.01 -> 2020.11.02
Browse files Browse the repository at this point in the history
  • Loading branch information
d-xo committed Nov 13, 2020
1 parent aece293 commit 08ca1ee
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/applications/blockchains/turbo-geth.nix
Expand Up @@ -2,16 +2,16 @@

buildGoModule rec {
pname = "turbo-geth";
version = "2020.11.01";
version = "2020.11.02";

src = fetchFromGitHub {
owner = "ledgerwatch";
repo = pname;
rev = "v${version}";
sha256 = "0hm8kqd0w231mlclsmsghf15r8pbrs5g064mkpx59qpqzk37lgss";
sha256 = "1bfywbg6mm3q4wd0mslcv5sj779277izzlqawqvqy3yxnpb6cwj5";
};

vendorSha256 = "0b7ldrnwkz3r1d4fw95hvvpi3bz56d9v8p2mjzdvlpk5zhl2a37p";
vendorSha256 = "16vawkky612zf45d8dhipjmhrprmi28z9wdcnjy07x3bxdyfbhfr";
runVend = true;

subPackages = [
Expand Down

0 comments on commit 08ca1ee

Please sign in to comment.