Skip to content

Commit

Permalink
deps/go_1_22: 1.22.3 -> 1.22.4
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Meyer <[email protected]>
  • Loading branch information
katexochen committed Jun 6, 2024
1 parent c8458fc commit 5ad86f3
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions overlays/nixpkgs.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,13 @@ final: prev: {
# hash = "";
# };
# });
go_1_22 = prev.go_1_22.overrideAttrs (finalAttrs: _prevAttrs: {
version = "1.22.4";
src = final.fetchurl {
url = "https://go.dev/dl/go${finalAttrs.version}.src.tar.gz";
hash = "sha256-/tcgZ45yinyjC6jR3tHKr+J9FgKPqwIyuLqOIgCPt4Q=";
};
});

# Add the required extensions to the Azure CLI.
azure-cli = prev.azure-cli.override {
Expand Down

0 comments on commit 5ad86f3

Please sign in to comment.