From 1a874f76cdf5eb8cbb7a3b779004fd00f78b6eff Mon Sep 17 00:00:00 2001 From: Paul Meyer Date: Tue, 1 Apr 2025 18:50:59 +0200 Subject: [PATCH] go_1_24: 1.24.1 -> 1.24.2 Signed-off-by: Paul Meyer --- pkgs/development/compilers/go/1.24.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/compilers/go/1.24.nix b/pkgs/development/compilers/go/1.24.nix index 1466e415ebc7..f952054a5f6f 100644 --- a/pkgs/development/compilers/go/1.24.nix +++ b/pkgs/development/compilers/go/1.24.nix @@ -48,11 +48,11 @@ let in stdenv.mkDerivation (finalAttrs: { pname = "go"; - version = "1.24.1"; + version = "1.24.2"; src = fetchurl { url = "https://go.dev/dl/go${finalAttrs.version}.src.tar.gz"; - hash = "sha256-gkTr9GxlYH2xAiK1gGrrMcH8+JecG2sS9gxnfpo8BlY="; + hash = "sha256-ncd/+twW2DehvzLZnGJMtN8GR87nsRnt2eexvMBfLgA="; }; strictDeps = true;