summary refs log tree commit diff
path: root/pkgs/applications/blockchains/go-ethereum.nix
diff options
context:
space:
mode:
authorRaghav Sood <r@raghavsood.com>2020-08-26 15:41:08 +0800
committerRaghav Sood <r@raghavsood.com>2020-08-26 15:41:08 +0800
commit6f7bd51fc9552a6179ba0747d01b91b401fc9ea8 (patch)
treea9e2f7d858189094056df593ec7a6b153a233f85 /pkgs/applications/blockchains/go-ethereum.nix
parentee40d9e480bb7aa4923991636924bda751cba96a (diff)
downloadnixpkgs-6f7bd51fc9552a6179ba0747d01b91b401fc9ea8.tar
nixpkgs-6f7bd51fc9552a6179ba0747d01b91b401fc9ea8.tar.gz
nixpkgs-6f7bd51fc9552a6179ba0747d01b91b401fc9ea8.tar.bz2
nixpkgs-6f7bd51fc9552a6179ba0747d01b91b401fc9ea8.tar.lz
nixpkgs-6f7bd51fc9552a6179ba0747d01b91b401fc9ea8.tar.xz
nixpkgs-6f7bd51fc9552a6179ba0747d01b91b401fc9ea8.tar.zst
nixpkgs-6f7bd51fc9552a6179ba0747d01b91b401fc9ea8.zip
go-ethereum: 1.9.19 -> 1.9.20
Diffstat (limited to 'pkgs/applications/blockchains/go-ethereum.nix')
-rw-r--r--pkgs/applications/blockchains/go-ethereum.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/blockchains/go-ethereum.nix b/pkgs/applications/blockchains/go-ethereum.nix
index f69489c7ffe..ab6033ee357 100644
--- a/pkgs/applications/blockchains/go-ethereum.nix
+++ b/pkgs/applications/blockchains/go-ethereum.nix
@@ -2,13 +2,13 @@
 
 buildGoModule rec {
   pname = "go-ethereum";
-  version = "1.9.19";
+  version = "1.9.20";
 
   src = fetchFromGitHub {
     owner = "ethereum";
     repo = pname;
     rev = "v${version}";
-    sha256 = "08wf7qklk31dky2z0l2j9vbyr8721gkvy4dsc60afwrwihwd8lrp";
+    sha256 = "031cbl8yqw5g5yrm5h1x8s5ckdw2xkym46009l579zvafn2vcnj7";
   };
 
   runVend = true;