summaryrefslogtreecommitdiffstats
path: root/pkgs/development/compilers/go
diff options
context:
space:
mode:
authorMaxine Aubrey <maxeaubrey@gmail.com>2023-10-10 18:54:28 +0200
committerMaxine Aubrey <maxeaubrey@gmail.com>2023-10-10 18:54:30 +0200
commitdcb9502fe39e0f27308555762bd249116e484e51 (patch)
treee4b113bcd272144a8bdc1354db933fd3742eede8 /pkgs/development/compilers/go
parent0efc5df6508a8e39c058662a7e1752308f65fe07 (diff)
go_1_20: 1.20.9 -> 1.20.10
Fixes CVE-2023-44487 https://github.com/golang/go/compare/go1.20.9...go1.20.10
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 eab91f00294e..1124c2ea98a4 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.9";
+ version = "1.20.10";
src = fetchurl {
url = "https://go.dev/dl/go${finalAttrs.version}.src.tar.gz";
- hash = "sha256-SSOSA4HNcdaLUndhr++lI+oYxYMbR5UDTIJ+GLaFzc8=";
+ hash = "sha256-ctL1GAXEcVAGbBA3VMdf3bLBnUjJIZ+jPR5GaWyEHbs=";
};
strictDeps = true;