summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/blockchains
diff options
context:
space:
mode:
authorDavid Terry <me@xwvvvvwx.com>2020-11-21 14:26:53 +0100
committerDavid Terry <me@xwvvvvwx.com>2020-11-21 14:26:53 +0100
commit941b77d6bac9bd9a9681f550f04cc7047b44801c (patch)
tree61c113e4983e0c8255bc1cc69ec8f38e72bc4f97 /pkgs/applications/blockchains
parent18506b716e49f77929fe30461ee86f4c63060b87 (diff)
turbo-geth: 2020.11.02 -> 2020.11.03
Diffstat (limited to 'pkgs/applications/blockchains')
-rw-r--r--pkgs/applications/blockchains/turbo-geth.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/blockchains/turbo-geth.nix b/pkgs/applications/blockchains/turbo-geth.nix
index eae1b812a3d9..59fd1e936d08 100644
--- a/pkgs/applications/blockchains/turbo-geth.nix
+++ b/pkgs/applications/blockchains/turbo-geth.nix
@@ -2,13 +2,13 @@
buildGoModule rec {
pname = "turbo-geth";
- version = "2020.11.02";
+ version = "2020.11.03";
src = fetchFromGitHub {
owner = "ledgerwatch";
repo = pname;
rev = "v${version}";
- sha256 = "1bfywbg6mm3q4wd0mslcv5sj779277izzlqawqvqy3yxnpb6cwj5";
+ sha256 = "0fhfrk0k8w1mx4kf81kyirdpa91fm4g5pnvhr9cybrvygc4yx1f7";
};
vendorSha256 = "16vawkky612zf45d8dhipjmhrprmi28z9wdcnjy07x3bxdyfbhfr";