Skip to content

Commit

Permalink
go: 1.14.3 -> 1.14.4
Browse files Browse the repository at this point in the history
  • Loading branch information
zowoq committed Jun 18, 2020
1 parent b1cbd08 commit 16a461d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/compilers/go/1.14.nix
Expand Up @@ -30,11 +30,11 @@ in

stdenv.mkDerivation rec {
pname = "go";
version = "1.14.3";
version = "1.14.4";

src = fetchurl {
url = "https://dl.google.com/go/go${version}.src.tar.gz";
sha256 = "0mmgf74snprdiajgh99jjliwjl5im71qcgm5qrxpnyfisiw3f0lk";
sha256 = "1105qk2l4kfy1ki9n9gh8j4gfqrfgfwapa1fp38hih9aphxsy4bh";
};

# perl is used for testing go vet
Expand Down

0 comments on commit 16a461d

Please sign in to comment.