Merge pull request #93392 from zowoq/fcct

fedora-coreos-config-transpiler: use upstream vendor
This commit is contained in:
Daniël de Kok 2020-07-19 08:53:27 +02:00 committed by GitHub
commit 5b55f257b5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,8 +13,7 @@ buildGoModule rec {
sha256 = "18hmnip1s0smp58q500p8dfbrmi4i3nsyq22ri5cs53wbvz3ih1l";
};
deleteVendor = true;
vendorSha256 = "0qqkaskmyxgwv9qg3y5lckqf6nchn3bxp69fyqdbvki65p445608";
vendorSha256 = null;
subPackages = [ "internal" ];
@ -34,4 +33,3 @@ buildGoModule rec {
platforms = platforms.unix;
};
}