Merge pull request #93392 from zowoq/fcct
fedora-coreos-config-transpiler: use upstream vendor
This commit is contained in:
commit
5b55f257b5
1 changed files with 1 additions and 3 deletions
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue