mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
go_1_15: 1.15.14 -> 1.15.15
This commit is contained in:
parent
439b160522
commit
1d3f4cd77f
1 changed files with 2 additions and 2 deletions
|
@ -51,11 +51,11 @@ in
|
|||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "go";
|
||||
version = "1.15.14";
|
||||
version = "1.15.15";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://dl.google.com/go/go${version}.src.tar.gz";
|
||||
sha256 = "sha256-YKSlxI1j0KE+yohJAJtiRin/QpyLxdGmqMPE2p805wo=";
|
||||
sha256 = "sha256-BmKuOBMzAoDV8al6LuI7vb46Wnz6YAGySphzoZoNx+w=";
|
||||
};
|
||||
|
||||
# perl is used for testing go vet
|
||||
|
|
Loading…
Reference in a new issue