summaryrefslogtreecommitdiffstats
path: root/pkgs/development/compilers/go
diff options
context:
space:
mode:
authorzowoq <59103226+zowoq@users.noreply.github.com>2023-11-08 13:54:20 +1000
committerzowoq <59103226+zowoq@users.noreply.github.com>2023-11-08 13:54:20 +1000
commite7ef0556e66ae786f7cebf4a1696bc08b6325c63 (patch)
tree45e242dc8674bc584af6682195a582a0e084f673 /pkgs/development/compilers/go
parent40e5c0270fab19a0201e9a03791112b90fe09ed9 (diff)
go_1_20: 1.20.10 -> 1.20.11
Changelog: https://go.dev/doc/devel/release#go1.20
Diffstat (limited to 'pkgs/development/compilers/go')
-rw-r--r--pkgs/development/compilers/go/1.20.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/compilers/go/1.20.nix b/pkgs/development/compilers/go/1.20.nix
index 1124c2ea98a4..06002f4930ef 100644
--- a/pkgs/development/compilers/go/1.20.nix
+++ b/pkgs/development/compilers/go/1.20.nix
@@ -46,11 +46,11 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "go";
- version = "1.20.10";
+ version = "1.20.11";
src = fetchurl {
url = "https://go.dev/dl/go${finalAttrs.version}.src.tar.gz";
- hash = "sha256-ctL1GAXEcVAGbBA3VMdf3bLBnUjJIZ+jPR5GaWyEHbs=";
+ hash = "sha256-01XFrjqPd2PJ7J3CUVOq43OVjLy2DdCekai1bHYhsvw=";
};
strictDeps = true;