go_1_22: 1.22.1 -> 1.22.2

Changelog: https://go.dev/doc/devel/release#go1.22
This commit is contained in:
zowoq 2024-04-04 08:16:14 +10:00
parent 75a5384ed5
commit abeb34f683

View File

@ -46,11 +46,11 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "go";
version = "1.22.1";
version = "1.22.2";
src = fetchurl {
url = "https://go.dev/dl/go${finalAttrs.version}.src.tar.gz";
hash = "sha256-ecm5HX8QlRWiX8Ps2q0SXWfmvbVPbU2YWA9GeZyuoyE=";
hash = "sha256-N06oKyiexzjpaCZ8rFnH1f8YD5SSJQJUeEsgROkN9ak=";
};
strictDeps = true;