go_1_24: 1.24.1 -> 1.24.2 (#395380)

This commit is contained in:
Paul Meyer
2025-04-03 13:27:01 +02:00
committed by GitHub
+2 -2
View File
@@ -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;