Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
nix: fix vendorSha256 in colima.nix (#748)
While attempting to install colima via nix, I encountered the following error: ``` error: hash mismatch in fixed-output derivation '/nix/store/iz5w0f1hnjvh5w39q3gpiv10708188rl-colima-go-modules.drv': specified: sha256-bEgC7j8WvCgrJ2Ahye4mfWVEmo6Y/OO64mDIJXvtaiE= got: sha256-lsTvzGFoC3Brnr1Q0Hl0ZqEDfcTeQ8vWGe+xylTyvts= ``` This change updates the hash to the correct hash indicated by the error output.