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 727be07 commit 97f3de5Copy full SHA for 97f3de5
pkgs/geth/default.nix
@@ -20,16 +20,16 @@
20
in
21
buildGoModule rec {
22
pname = "geth";
23
- version = "1.15.0";
+ version = "1.15.2";
24
src = fetchFromGitHub {
25
owner = "ethereum";
26
repo = "go-ethereum";
27
rev = "v${version}";
28
- hash = "sha256-qfk9G3/wzeh8Nf7BG4Qv6It/bY1ZYoYyHsgoqgCyd6E=";
+ hash = "sha256-eaUkPl8vQzvotYfZcnuBwphSfO33RPjWOYhyNNvXli4=";
29
};
30
31
proxyVendor = true;
32
- vendorHash = "sha256-gTwmtrdj3+Pa4UxaUuhwk2Dtgur82Tbd0ict1cgVinw=";
+ vendorHash = "sha256-cfBTSroeDb/htGzIWG8c9Jty+Qo0TrQBrnyYy/Yo2C4=";
33
34
ldflags = ["-s" "-w"];
35
0 commit comments