about summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorLorenzo Manacorda <lorenzo@mailbox.org>2019-02-20 00:59:47 +0100
committerLorenzo Manacorda <lorenzo@mailbox.org>2019-02-20 01:00:09 +0100
commitf683caa68ad429a6286d9dca47b9b06b42405bf6 (patch)
tree541473494e6a62fa0c213b0a273b23470a09706a /pkgs/applications
parente4035c3e0e6aa6b7b9fe2001406d78a0a0af4f8c (diff)
downloadnixlib-f683caa68ad429a6286d9dca47b9b06b42405bf6.tar
nixlib-f683caa68ad429a6286d9dca47b9b06b42405bf6.tar.gz
nixlib-f683caa68ad429a6286d9dca47b9b06b42405bf6.tar.bz2
nixlib-f683caa68ad429a6286d9dca47b9b06b42405bf6.tar.lz
nixlib-f683caa68ad429a6286d9dca47b9b06b42405bf6.tar.xz
nixlib-f683caa68ad429a6286d9dca47b9b06b42405bf6.tar.zst
nixlib-f683caa68ad429a6286d9dca47b9b06b42405bf6.zip
go-ethereum: 1.18.21 -> 1.18.22
Diffstat (limited to 'pkgs/applications')
-rw-r--r--pkgs/applications/altcoins/go-ethereum.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/altcoins/go-ethereum.nix b/pkgs/applications/altcoins/go-ethereum.nix
index ad1ccbf496cf..85dfacb20952 100644
--- a/pkgs/applications/altcoins/go-ethereum.nix
+++ b/pkgs/applications/altcoins/go-ethereum.nix
@@ -2,7 +2,7 @@
 
 buildGoPackage rec {
   name = "go-ethereum-${version}";
-  version = "1.8.21";
+  version = "1.8.22";
   goPackagePath = "github.com/ethereum/go-ethereum";
 
   # Fix for usb-related segmentation faults on darwin
@@ -16,13 +16,13 @@ buildGoPackage rec {
     owner = "ethereum";
     repo = "go-ethereum";
     rev = "v${version}";
-    sha256 = "1p4qfxa90l26s9q4hddyb93gdf7vb0sb46z9n26ijiqlxdq3z7v2";
+    sha256 = "0ag9qxrf7n0qkccaf6v4jaysivpxvsy5zfzar3mcm65223pqy375";
   };
 
   meta = with stdenv.lib; {
     homepage = https://ethereum.github.io/go-ethereum/;
     description = "Official golang implementation of the Ethereum protocol";
     license = with licenses; [ lgpl3 gpl3 ];
-    maintainers = [ maintainers.adisbladis maintainers.lionello ];
+    maintainers = with maintainers; [ adisbladis asymmetric lionello ];
   };
 }