go_1_18: 1.18.8 -> 1.18.9

https://github.com/golang/go/releases/tag/go1.18.9
This commit is contained in:
zowoq 2022-12-07 06:06:56 +10:00
parent 5d8e07c835
commit b6466eae0a

View file

@ -45,11 +45,11 @@ let
in
stdenv.mkDerivation rec {
pname = "go";
version = "1.18.8";
version = "1.18.9";
src = fetchurl {
url = "https://go.dev/dl/go${version}.src.tar.gz";
sha256 = "sha256-H3mAIwUBVHnnfYxkFTC8VOyZRlfVxSceAXLrcRg0ahI=";
sha256 = "sha256-++fwm5aso9tvrq8YDai7Yyho7ASXMeNV/2FpUZfA4+o=";
};
strictDeps = true;