Skip to content

Commit

Permalink
go: 1.13.3 -> 1.13.4
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm authored and FRidh committed Nov 3, 2019
1 parent d598b50 commit eb87a73
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/compilers/go/1.13.nix
Expand Up @@ -30,11 +30,11 @@ in

stdenv.mkDerivation rec {
pname = "go";
version = "1.13.3";
version = "1.13.4";

src = fetchurl {
url = "https://dl.google.com/go/go${version}.src.tar.gz";
sha256 = "1pz3423gw3z2zwcmk9l2c6v68w5is39gndq7502c9mbm8c226wag";
sha256 = "093n5v0bipaan0qqc02wash18r625y74r4zhmjwlc9zf8asfmnwm";
};

# perl is used for testing go vet
Expand Down

0 comments on commit eb87a73

Please sign in to comment.