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-09-29 14:09:52 +0800
committerRaghav Sood <r@raghavsood.com>2020-09-29 14:09:52 +0800
commitcfbf91676cde79c8e457f714f9ece0911dd217eb (patch)
treeefb8a65309c22777374341070ea70b7edae16ecb /pkgs/applications/blockchains/go-ethereum.nix
parentb3f8642587eee9027321ff8c6edc4a4444e51173 (diff)
downloadnixpkgs-cfbf91676cde79c8e457f714f9ece0911dd217eb.tar
nixpkgs-cfbf91676cde79c8e457f714f9ece0911dd217eb.tar.gz
nixpkgs-cfbf91676cde79c8e457f714f9ece0911dd217eb.tar.bz2
nixpkgs-cfbf91676cde79c8e457f714f9ece0911dd217eb.tar.lz
nixpkgs-cfbf91676cde79c8e457f714f9ece0911dd217eb.tar.xz
nixpkgs-cfbf91676cde79c8e457f714f9ece0911dd217eb.tar.zst
nixpkgs-cfbf91676cde79c8e457f714f9ece0911dd217eb.zip
go-ethereum: 1.9.21 -> 1.9.22
Diffstat (limited to 'pkgs/applications/blockchains/go-ethereum.nix')
-rw-r--r--pkgs/applications/blockchains/go-ethereum.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/blockchains/go-ethereum.nix b/pkgs/applications/blockchains/go-ethereum.nix
index 6952d469adb..20778fc986b 100644
--- a/pkgs/applications/blockchains/go-ethereum.nix
+++ b/pkgs/applications/blockchains/go-ethereum.nix
@@ -2,17 +2,17 @@
 
 buildGoModule rec {
   pname = "go-ethereum";
-  version = "1.9.21";
+  version = "1.9.22";
 
   src = fetchFromGitHub {
     owner = "ethereum";
     repo = pname;
     rev = "v${version}";
-    sha256 = "0mr5pw08jka11lzgl28555nb90cqxx9vlqd1plfmyic6rb5z11df";
+    sha256 = "08i31xil2lygfcn2igsvn4hpg8xnf8l6g914f78hgl4wj6v1dja9";
   };
 
   runVend = true;
-  vendorSha256 = "155hmny3543h02ryn1nnlpmvs0qvhd0lb66vmkhw5351m6gkbx7x";
+  vendorSha256 = "1qbg44cryiv9kvcak6qjrbmkc9bxyk5fybj62vdkskqfjvv86068";
 
   doCheck = false;