dockerTools.tarsum: pin to go 1.15

This commit is contained in:
zowoq
2021-02-20 08:09:42 +10:00
parent 6fff56280f
commit 2b45d708e5
+1
View File
@@ -284,6 +284,7 @@ in
grsync = callPackage ../applications/misc/grsync { };
dockerTools = callPackage ../build-support/docker {
go = go_1_15;
writePython3 = buildPackages.writers.writePython3;
};