Skip to content

Commit

Permalink
Merge branch 'main' into bump-dashboard-version
Browse files Browse the repository at this point in the history
  • Loading branch information
dbarrosop authored Aug 19, 2023
2 parents 9f5d35b + 578ce17 commit e61cbfd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nix/overlay.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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=";
};

});
Expand Down

0 comments on commit e61cbfd

Please sign in to comment.