docker-buildx: fix wrong source hash calculated by r-ryantm

This commit is contained in:
Sandro Jäckel 2021-08-26 16:58:39 +02:00
parent 1fc2520df1
commit c2d20d0b59
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5

View File

@ -8,7 +8,7 @@ buildGoModule rec {
owner = "docker";
repo = "buildx";
rev = "v${version}";
sha256 = "sha256-HaQJAVH8N5wZ7G/LcmGYz3Hph0/pHfEY3KObv18K1qg=";
sha256 = "sha256-X/oTL/CfMunGcS3HDoH/g1gZcJWnVU93OkcGC36KuA4=";
};
vendorSha256 = null;