go_1_23: 1.23.2 -> 1.23.3 (#354124)

This commit is contained in:
Jörg Thalheim 2024-11-07 11:05:48 +01:00 committed by GitHub
commit 34abc6ed69
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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;