Skip to content

Commit

Permalink
go_1_14: 1.14.12 -> 1.14.13
Browse files Browse the repository at this point in the history
  • Loading branch information
zowoq committed Dec 4, 2020
1 parent 82b7b0f commit 852e039
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 @@ -36,11 +36,11 @@ in

stdenv.mkDerivation rec {
pname = "go";
version = "1.14.12";
version = "1.14.13";

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

# perl is used for testing go vet
Expand Down

0 comments on commit 852e039

Please sign in to comment.