go_1_22: 1.22.6 -> 1.22.7 (#339946)

This commit is contained in:
Vladimír Čunát
2024-09-06 06:21:57 +02:00
+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;