fedora-coreos-config-transpiler: use upstream vendor

This commit is contained in:
zowoq 2020-07-18 17:21:18 +10:00
parent f138879273
commit 5bb8654307

View File

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