summary refs log tree commit diff
diff options
context:
space:
mode:
authorDavid Terry <me@xwvvvvwx.com>2021-05-07 12:49:33 +0200
committerDavid Terry <me@xwvvvvwx.com>2021-05-07 12:49:33 +0200
commitf457a68867d3844afca25df349c5702fa9c2d6c4 (patch)
tree20f38054a440867c72bffe9da6970bb6b1267d5a
parentdfcfe50920c81302be069533514a16d4a48c6715 (diff)
downloadnixpkgs-f457a68867d3844afca25df349c5702fa9c2d6c4.tar
nixpkgs-f457a68867d3844afca25df349c5702fa9c2d6c4.tar.gz
nixpkgs-f457a68867d3844afca25df349c5702fa9c2d6c4.tar.bz2
nixpkgs-f457a68867d3844afca25df349c5702fa9c2d6c4.tar.lz
nixpkgs-f457a68867d3844afca25df349c5702fa9c2d6c4.tar.xz
nixpkgs-f457a68867d3844afca25df349c5702fa9c2d6c4.tar.zst
nixpkgs-f457a68867d3844afca25df349c5702fa9c2d6c4.zip
turbo-geth: 2021.04.05 -> 2021.05.01
-rw-r--r--pkgs/applications/blockchains/turbo-geth.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/blockchains/turbo-geth.nix b/pkgs/applications/blockchains/turbo-geth.nix
index a43feff97a3..1c3b816750e 100644
--- a/pkgs/applications/blockchains/turbo-geth.nix
+++ b/pkgs/applications/blockchains/turbo-geth.nix
@@ -2,16 +2,16 @@
 
 buildGoModule rec {
   pname = "turbo-geth";
-  version = "2021.04.05";
+  version = "2021.05.01";
 
   src = fetchFromGitHub {
     owner = "ledgerwatch";
     repo = pname;
     rev = "v${version}";
-    sha256 = "sha256-RTPNJASNFyZ6tDJj0WOqALyxRsOLJzPy0qA1c2sSxys=";
+    sha256 = "sha256-zvxtBK0/6fShxAZfU4gTV0XiP6TzhKFNsADSZA9gv0Y=";
   };
 
-  vendorSha256 = "01c7lb6n00ws60dfybir0z5dbn6h68p5s4hbq0ga2g7drf3l3y0p";
+  vendorSha256 = "0c8p6djs0zcci8sh4zgzky89155mr4cfqlax025618x8vngrsxf2";
   runVend = true;
 
   subPackages = [