go_1_20: 1.20.10 -> 1.20.11

Changelog: https://go.dev/doc/devel/release#go1.20
This commit is contained in:
zowoq 2023-11-08 13:54:20 +10:00
parent 40e5c0270f
commit e7ef0556e6

View File

@ -46,11 +46,11 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "go";
version = "1.20.10";
version = "1.20.11";
src = fetchurl {
url = "https://go.dev/dl/go${finalAttrs.version}.src.tar.gz";
hash = "sha256-ctL1GAXEcVAGbBA3VMdf3bLBnUjJIZ+jPR5GaWyEHbs=";
hash = "sha256-01XFrjqPd2PJ7J3CUVOq43OVjLy2DdCekai1bHYhsvw=";
};
strictDeps = true;