Skip to content

Commit

Permalink
go_1_17: 1.17.3 -> 1.17.4
Browse files Browse the repository at this point in the history
  • Loading branch information
zowoq committed Dec 4, 2021
1 parent 77dc4ee commit bb9bd46
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.3";
version = "1.17.4";

src = fetchurl {
url = "https://dl.google.com/go/go${version}.src.tar.gz";
sha256 = "sha256-cFxkJR5bJdXVXt4QOcaqIr6kCnqTHRTDcDOYU2Q8PfA=";
sha256 = "sha256-S+82mTge8J4HVihQQYdBZWXXEGYP7GWwV+3xzrGH/Es=";
};

# perl is used for testing go vet
Expand Down

0 comments on commit bb9bd46

Please sign in to comment.