Skip to content

Commit

Permalink
chore: update go to 1.22.4 due to CVE
Browse files Browse the repository at this point in the history
  • Loading branch information
dbarrosop committed Jun 5, 2024
1 parent 981affa commit 65c086f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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_22.overrideAttrs
(finalAttrs: previousAttrs: rec {
version = "1.22.3";
version = "1.22.4";

src = final.fetchurl {
url = "https://go.dev/dl/go${version}.src.tar.gz";
sha256 = "sha256-gGSO80+QMZPXKlnA3/AZ9fmK4MmqE63gsOy/+ZGnb2g=";
sha256 = "sha256-/tcgZ45yinyjC6jR3tHKr+J9FgKPqwIyuLqOIgCPt4Q=";
};

});
Expand Down

0 comments on commit 65c086f

Please sign in to comment.