summary refs log tree commit diff
path: root/pkgs/applications/blockchains/go-ethereum.nix
diff options
context:
space:
mode:
authoradisbladis <adisbladis@gmail.com>2020-08-11 14:51:24 +0200
committerGitHub <noreply@github.com>2020-08-11 14:51:24 +0200
commite8c3722d631b1ce49bad3006e191cb157fc728e1 (patch)
tree02d03826f8b8b3db98c681dc572dee0294e47a55 /pkgs/applications/blockchains/go-ethereum.nix
parentfb24a3f3999c1ed29c962eeb531cddd261a954b1 (diff)
parent0a3e8eb6fec731fdb34f1d91bebb043c5cf7770a (diff)
downloadnixpkgs-e8c3722d631b1ce49bad3006e191cb157fc728e1.tar
nixpkgs-e8c3722d631b1ce49bad3006e191cb157fc728e1.tar.gz
nixpkgs-e8c3722d631b1ce49bad3006e191cb157fc728e1.tar.bz2
nixpkgs-e8c3722d631b1ce49bad3006e191cb157fc728e1.tar.lz
nixpkgs-e8c3722d631b1ce49bad3006e191cb157fc728e1.tar.xz
nixpkgs-e8c3722d631b1ce49bad3006e191cb157fc728e1.tar.zst
nixpkgs-e8c3722d631b1ce49bad3006e191cb157fc728e1.zip
Merge pull request #95170 from RaghavSood/ethereum/1.9.19
go-ethereum: 1.9.18 -> 1.9.19
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 4aea4275cb2..f69489c7ffe 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.18";
+  version = "1.9.19";
 
   src = fetchFromGitHub {
     owner = "ethereum";
     repo = pname;
     rev = "v${version}";
-    sha256 = "0nkzwmrzk0m9662cr18h5i54v07mw8v3fh0csvqx8n50z5fcvb7b";
+    sha256 = "08wf7qklk31dky2z0l2j9vbyr8721gkvy4dsc60afwrwihwd8lrp";
   };
 
   runVend = true;