dockerTools.tarsum: pin to go 1.15

This commit is contained in:
zowoq 2021-02-17 13:28:44 +10:00
parent 6fff56280f
commit 2b45d708e5

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;
};