go_1_21: 1.21.12 -> 1.21.13

Changelog: https://go.dev/doc/devel/release#go1.21
This commit is contained in:
zowoq
2024-08-07 08:55:19 +10:00
parent fb8fb78e1c
commit fd0133851e
+2 -2
View File
@@ -46,11 +46,11 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "go";
version = "1.21.12";
version = "1.21.13";
src = fetchurl {
url = "https://go.dev/dl/go${finalAttrs.version}.src.tar.gz";
hash = "sha256-MOaK8nvB8d8jHjq3Tz0X07jVKgicebyqtXO08bgH7U8=";
hash = "sha256-cfsxYGod5I0SnVkehxemPgxVZf+6CaJOqfiZoTIUw00=";
};
strictDeps = true;