buildGo112Package: fix the function (#58105)

This commit is contained in:
Wael Nasreddine 2019-03-21 22:04:29 -07:00 committed by GitHub
parent 5af0780492
commit 043255c639
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13417,7 +13417,7 @@ in
buildGo111Package = callPackage ../development/go-packages/generic {
go = buildPackages.go_1_11;
};
buildGo112Package = callPackage ../development/go-modules/generic {
buildGo112Package = callPackage ../development/go-packages/generic {
go = buildPackages.go_1_12;
};