go_1_23: 1.23.1 -> 1.23.2

Changelog: https://go.dev/doc/devel/release#go1.23
This commit is contained in:
techknowlogick
2024-10-02 17:34:41 +10:00
committed by zowoq
parent 884e25ee36
commit c76b345020
+2 -2
View File
@@ -47,11 +47,11 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "go";
version = "1.23.1";
version = "1.23.2";
src = fetchurl {
url = "https://go.dev/dl/go${finalAttrs.version}.src.tar.gz";
hash = "sha256-buROKYN50Ual5aprHFtdX10KM2XqvdcHQebiE0DsOw0=";
hash = "sha256-NpMBYqk99BfZC9IsbhTa/0cFuqwrAkGO3aZxzfqc0H8=";
};
strictDeps = true;