Skip to content

Commit 7cafedd

Browse files
geth: 1.17.0 -> 1.17.1
1 parent 6d19ef2 commit 7cafedd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/geth/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,17 +22,17 @@ let
2222
in
2323
buildGoModule rec {
2424
pname = "geth";
25-
version = "1.17.0";
25+
version = "1.17.1";
2626

2727
src = fetchFromGitHub {
2828
owner = "ethereum";
2929
repo = "go-ethereum";
3030
rev = "v${version}";
31-
hash = "sha256-xTx2gcpDY4xuZOuUEmtV6m5NNO6YQ01tGzLr5rh9F/g=";
31+
hash = "sha256-Fg+xitRROkLVXIpCoQ78eY/RFRcj7pBPI4kTSLLl+pw=";
3232
};
3333

3434
proxyVendor = true;
35-
vendorHash = "sha256-egsqYaItRtKe97P3SDb6+7sbuvyGdNGIwCR6V2lgGOc=";
35+
vendorHash = "sha256-S/CkTWx4fUI54JVCW9ixhNADdBuMD2i7NI5U8aDy66k=";
3636

3737
ldflags = [
3838
"-s"

0 commit comments

Comments
 (0)