Skip to content

Commit

Permalink
go_1_22: 1.22.6 -> 1.22.8 (#345953)
Browse files Browse the repository at this point in the history
  • Loading branch information
katexochen authored Oct 3, 2024
2 parents f7b9bb5 + dc5b330 commit 8b1dc13
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/compilers/go/1.22.nix
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,11 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "go";
version = "1.22.6";
version = "1.22.8";

src = fetchurl {
url = "https://go.dev/dl/go${finalAttrs.version}.src.tar.gz";
hash = "sha256-nkjZnVGYgleZF9gYnBfpjDc84lq667mHcuKScIiZKlE=";
hash = "sha256-3xLCPr8Z3qD0v0aiLL7aSj7Kb0dPMYOQzndJdCeEQLg=";
};

strictDeps = true;
Expand Down

0 comments on commit 8b1dc13

Please sign in to comment.