go-ethereum: 1.9.16 -> 1.9.17

This commit is contained in:
Raghav Sood 2020-07-20 13:27:17 +00:00
parent e303532eab
commit 3d1ee32572
No known key found for this signature in database
GPG key ID: 947862F324C79D21

View file

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "go-ethereum";
version = "1.9.16";
version = "1.9.17";
src = fetchFromGitHub {
owner = "ethereum";
repo = pname;
rev = "v${version}";
sha256 = "0vycnyz6v39cfrck70h3dbn7jkkh67q0fli240ksw2cp4pqwpwcn";
sha256 = "175cy5cqkdhvh3kv2d0madybbz2sdbgxhm8xfb3ydbaf2hzihxmx";
};
usb = fetchFromGitHub {