Skip to content

Commit

Permalink
go_1_17: 1.17.1 -> 1.17.2
Browse files Browse the repository at this point in the history
  • Loading branch information
zowoq committed Oct 13, 2021
1 parent dcb39fa commit 615989e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/compilers/go/1.17.nix
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,11 @@ in

stdenv.mkDerivation rec {
pname = "go";
version = "1.17.1";
version = "1.17.2";

src = fetchurl {
url = "https://dl.google.com/go/go${version}.src.tar.gz";
sha256 = "sha256-SdwIM5dwrNVhMxLbjBQer2F3mZVXe4nZO1Qe+DBn5bE=";
sha256 = "sha256-IlXrPk6CTdfV/Nwuf4RTQ3HBhjEuVG+xCGo0wXdS9DE=";
};

# perl is used for testing go vet
Expand Down

0 comments on commit 615989e

Please sign in to comment.