Loading pkgs/by-name/go/go-ethereum/package.nix +3 −3 Original line number Diff line number Diff line Loading @@ -15,17 +15,17 @@ let in buildGoModule rec { pname = "go-ethereum"; version = "1.16.2"; version = "1.16.3"; src = fetchFromGitHub { owner = "ethereum"; repo = "go-ethereum"; rev = "v${version}"; hash = "sha256-12bmK9OYYIDBeN52dQElnDaOcWOzwvjpAZmzHH8IHvw="; hash = "sha256-9g+RlOnV3DMLkak+RbSm8RgFB14Yuap8CT1w6kuZRv0="; }; proxyVendor = true; vendorHash = "sha256-i1PhF1DFdt2X4faxe5+iYsPIyco0Xb6stOzaCy6JIto="; vendorHash = "sha256-GEPSkuEdrYvPGXEGhAT3U765rjY6w6kwOVYOMCgOaCo="; doCheck = false; Loading Loading
pkgs/by-name/go/go-ethereum/package.nix +3 −3 Original line number Diff line number Diff line Loading @@ -15,17 +15,17 @@ let in buildGoModule rec { pname = "go-ethereum"; version = "1.16.2"; version = "1.16.3"; src = fetchFromGitHub { owner = "ethereum"; repo = "go-ethereum"; rev = "v${version}"; hash = "sha256-12bmK9OYYIDBeN52dQElnDaOcWOzwvjpAZmzHH8IHvw="; hash = "sha256-9g+RlOnV3DMLkak+RbSm8RgFB14Yuap8CT1w6kuZRv0="; }; proxyVendor = true; vendorHash = "sha256-i1PhF1DFdt2X4faxe5+iYsPIyco0Xb6stOzaCy6JIto="; vendorHash = "sha256-GEPSkuEdrYvPGXEGhAT3U765rjY6w6kwOVYOMCgOaCo="; doCheck = false; Loading