3
0
Fork 0
forked from mirrors/nixpkgs

go_1_15: 1.15.11 -> 1.15.12

This commit is contained in:
Danielle Lancashire 2021-05-06 19:40:39 +00:00 committed by zowoq
parent 54ada505a8
commit a916ffbb27

View file

@ -11,7 +11,7 @@ let
inherit (lib) optionals optionalString;
version = "1.15.11";
version = "1.15.12";
go_bootstrap = buildPackages.callPackage ./bootstrap.nix { };
@ -45,7 +45,7 @@ stdenv.mkDerivation rec {
src = fetchurl {
url = "https://dl.google.com/go/go${version}.src.tar.gz";
sha256 = "1rb1s130yqy80kcl140k5a53xhvw4fmrpmclvqygcv67si0j8nzj";
sha256 = "sha256-HGkRk330onf6dOe378PQhZRJjExK3AtsSuNWYTdSgJE=";
};
# perl is used for testing go vet