go_1_23: 1.23.0 -> 1.23.1

Changelog: https://go.dev/doc/devel/release#go1.23
This commit is contained in:
techknowlogick 2024-09-05 14:34:51 -04:00 committed by zowoq
parent 243b7dde35
commit 0e0665d1e0

View File

@ -47,11 +47,11 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "go";
version = "1.23.0";
version = "1.23.1";
src = fetchurl {
url = "https://go.dev/dl/go${finalAttrs.version}.src.tar.gz";
hash = "sha256-Qreo6A2AXaoDAi7T/eQyHUw78smQoUQWXQHu7Nb2mcY=";
hash = "sha256-buROKYN50Ual5aprHFtdX10KM2XqvdcHQebiE0DsOw0=";
};
strictDeps = true;