go_1_23: 1.23.7 -> 1.23.8

Signed-off-by: Paul Meyer <katexochen0@gmail.com>

authored by Paul Meyer and committed by zowoq ca716565 81a323a3

+2 -2
+2 -2
pkgs/development/compilers/go/1.23.nix
··· 48 48 in 49 49 stdenv.mkDerivation (finalAttrs: { 50 50 pname = "go"; 51 - version = "1.23.7"; 51 + version = "1.23.8"; 52 52 53 53 src = fetchurl { 54 54 url = "https://go.dev/dl/go${finalAttrs.version}.src.tar.gz"; 55 - hash = "sha256-fPq9Rrc+tMJrGdaVFd0EPXGDplWazM1c/bJetrJmpFg="; 55 + hash = "sha256-DKHx436iVePOKDrz9OYoUC+0RFh9qYelu5bWxvFZMNQ="; 56 56 }; 57 57 58 58 strictDeps = true;