Skip to content

Commit

Permalink
go: 1.18rc1 -> 1.18
Browse files Browse the repository at this point in the history
  • Loading branch information
elliot-u410 authored and zowoq committed Mar 15, 2022
1 parent 18f4e0e commit 2eb46d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/compilers/go/1.18.nix
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,11 @@ in

stdenv.mkDerivation rec {
pname = "go";
version = "1.18rc1";
version = "1.18";

src = fetchurl {
url = "https://go.dev/dl/go${version}.src.tar.gz";
sha256 = "sha256-XOx6ZlMAj6hfiCGzNmXeN74om3oC8X829wWojEOYC7g=";
sha256 = "sha256-OPQj20zINIg/K1I0QoL6ejn7uTZQ3GKhH98L5kCb2tY=";
};

# perl is used for testing go vet
Expand Down

0 comments on commit 2eb46d5

Please sign in to comment.