We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d19ef2 commit 7cafeddCopy full SHA for 7cafedd
packages/geth/package.nix
@@ -22,17 +22,17 @@ let
22
in
23
buildGoModule rec {
24
pname = "geth";
25
- version = "1.17.0";
+ version = "1.17.1";
26
27
src = fetchFromGitHub {
28
owner = "ethereum";
29
repo = "go-ethereum";
30
rev = "v${version}";
31
- hash = "sha256-xTx2gcpDY4xuZOuUEmtV6m5NNO6YQ01tGzLr5rh9F/g=";
+ hash = "sha256-Fg+xitRROkLVXIpCoQ78eY/RFRcj7pBPI4kTSLLl+pw=";
32
};
33
34
proxyVendor = true;
35
- vendorHash = "sha256-egsqYaItRtKe97P3SDb6+7sbuvyGdNGIwCR6V2lgGOc=";
+ vendorHash = "sha256-S/CkTWx4fUI54JVCW9ixhNADdBuMD2i7NI5U8aDy66k=";
36
37
ldflags = [
38
"-s"
0 commit comments