go_1_18: 1.18.7 -> 1.18.8

This commit is contained in:
zowoq 2022-11-02 06:21:35 +10:00
parent ef41cdba6c
commit 666e33e99c

View file

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