Skip to content

Commit

Permalink
fix: bump go to 1.22.6 due to CVE
Browse files Browse the repository at this point in the history
  • Loading branch information
dbarrosop committed Mar 6, 2024
1 parent 9ae747f commit e6b129c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions overlays/go.nix
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
final: prev: rec {
go = prev.go_1_21.overrideAttrs
go = prev.go_1_22.overrideAttrs
(finalAttrs: previousAttrs: rec {
version = "1.21.6";
version = "1.22.1";

src = final.fetchurl {
url = "https://go.dev/dl/go${version}.src.tar.gz";
sha256 = "sha256-Ekkmpi5F942qu67bnAEdl2MxhqM8I4/8HiUyDAIEYkg=";
sha256 = "sha256-ecm5HX8QlRWiX8Ps2q0SXWfmvbVPbU2YWA9GeZyuoyE=";
};

});
Expand Down

0 comments on commit e6b129c

Please sign in to comment.