go_1_22: 1.22.6 -> 1.22.7

Changelog: https://go.dev/doc/devel/release#go1.22
This commit is contained in:
techknowlogick
2024-09-05 21:48:04 -04:00
parent 769b11176d
commit 4333fa1caa
+2 -2
View File
@@ -47,11 +47,11 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "go";
version = "1.22.6";
version = "1.22.7";
src = fetchurl {
url = "https://go.dev/dl/go${finalAttrs.version}.src.tar.gz";
hash = "sha256-nkjZnVGYgleZF9gYnBfpjDc84lq667mHcuKScIiZKlE=";
hash = "sha256-ZkMth9heDPrD7f/mN9WTD8Td9XkzE/4R5KDzMwI8h58=";
};
strictDeps = true;