go_1_23: 1.23.2 -> 1.23.3

Changelog: https://go.dev/doc/devel/release#go1.23
This commit is contained in:
zowoq 2024-11-07 12:30:52 +10:00
parent 8072991b1d
commit 514bd9d740

View File

@ -46,11 +46,11 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "go";
version = "1.23.2";
version = "1.23.3";
src = fetchurl {
url = "https://go.dev/dl/go${finalAttrs.version}.src.tar.gz";
hash = "sha256-NpMBYqk99BfZC9IsbhTa/0cFuqwrAkGO3aZxzfqc0H8=";
hash = "sha256-jWp3MySHVXxq+iQhExtQ+D20rjxXnDvHLmcO4faWhZk=";
};
strictDeps = true;