From 578ce178f1dcec2cae33625cc1ee9ce45ea167be Mon Sep 17 00:00:00 2001 From: David Barroso Date: Sat, 19 Aug 2023 13:50:50 +0200 Subject: [PATCH] chore: update go (#760) --- nix/overlay.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nix/overlay.nix b/nix/overlay.nix index 52a83f70c..123532900 100644 --- a/nix/overlay.nix +++ b/nix/overlay.nix @@ -2,11 +2,11 @@ go = prev.go_1_20.overrideAttrs (finalAttrs: previousAttrs: rec { - version = "1.20.6"; + version = "1.20.7"; src = final.fetchurl { url = "https://go.dev/dl/go${version}.src.tar.gz"; - sha256 = "sha256-Yu5bxvtVuLro9wXgy434bWRTYmtOz5MnnihnCS4Lf3A="; + sha256 = "sha256-LF7pyeweczsNu8K9/tP2IwblHYFyvzj09OVCsnUg9Zc="; }; });